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

Method constructor

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

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

(driver)

Source from the content-addressed store, hash-verified

2188 * @private
2189 */
2190 constructor(driver) {
2191 /** @private {!WebDriver} */
2192 this.driver_ = driver
2193 /** @private {!Logger} */
2194 this.log_ = logging.getLogger(logging.Type.DRIVER)
2195 }
2196
2197 /**
2198 * 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