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

Method constructor

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

* @param {!WebDriver} driver The parent driver. * @private

(driver)

Source from the content-addressed store, hash-verified

2225 * @private
2226 */
2227 constructor(driver) {
2228 /** @private {!WebDriver} */
2229 this.driver_ = driver
2230 /** @private {!Logger} */
2231 this.log_ = logging.getLogger(logging.Type.DRIVER)
2232 }
2233
2234 /**
2235 * Retrieves a rect describing the current top-level window's size and

Callers

nothing calls this directly

Calls 1

getLoggerMethod · 0.80

Tested by

no test coverage detected