MCPcopy
hub / github.com/SeleniumHQ/selenium / get

Method get

java/src/org/openqa/selenium/logging/Logs.java:40–40  ·  view source on GitHub ↗

Fetches available log entries for the given log type. Note that log buffers are reset after each call, meaning that available log entries correspond to those entries not yet returned for a given log type. In practice, this means that this call will return the available log entries since the last

(String logType)

Source from the content-addressed store, hash-verified

38 * @return Available log entries for the specified log type.
39 */
40 LogEntries get(String logType);
41
42 /**
43 * Queries for available log types.

Callers 15

checkValidServiceWorkerFunction · 0.65
keyboard.jsFile · 0.65
getEffectiveStyleFunction · 0.65
getClientRectFunction · 0.65
displayedFunction · 0.65
jquery.min.jsFile · 0.65
createDriverFunction · 0.65
buildMethod · 0.65
checkOptionsFunction · 0.65
constructorMethod · 0.65
createSessionMethod · 0.65
constructorMethod · 0.65

Implementers 2

RemoteLogsjava/src/org/openqa/selenium/remote/Re
Logsjavascript/selenium-webdriver/lib/webd

Calls

no outgoing calls