MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / logs

Method logs

java/src/org/openqa/selenium/WebDriver.java:283–283  ·  view source on GitHub ↗

Gets the Logs interface used to fetch different types of logs. To set the logging preferences LoggingPreferences. @return A Logs interface.

()

Source from the content-addressed store, hash-verified

281 * @return A Logs interface.
282 */
283 @Beta
284 Logs logs();
285 }
286

Implementers 1

RemoteWebDriverOptionsjava/src/org/openqa/selenium/remote/Re

Calls

no outgoing calls