MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / logger

Method logger

javascript/selenium-webdriver/lib/webdriver.js:700–702  ·  view source on GitHub ↗

* The shared logger deprecation notices (e.g. WebDriver#getBidi) * are emitted through — a class-level accessor since a deprecation can be * reported from a static/prototype context with no driver instance at hand. * @return {!./logging.Logger} the shared `selenium.webdriver.webdriv

()

Source from the content-addressed store, hash-verified

698 * @return {!./logging.Logger} the shared `selenium.webdriver.webdriver` logger.
699 */
700 static get logger() {
701 return logging.getLogger('selenium.webdriver.webdriver')
702 }
703
704 /**
705 * Creates a new WebDriver session.

Callers

nothing calls this directly

Calls 1

getLoggerMethod · 0.80

Tested by

no test coverage detected