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

Method constructor

javascript/selenium-webdriver/lib/http.js:413–421  ·  view source on GitHub ↗

* @param {!(Client|IThenable<!Client>)} client The client to use for sending * requests to the server, or a promise-like object that will resolve * to the client.

(client)

Source from the content-addressed store, hash-verified

411 * to the client.
412 */
413 constructor(client) {
414 CLIENTS.set(this, client)
415
416 /** @private {Map<string, CommandSpec>} */
417 this.customCommands_ = null
418
419 /** @private {!logging.Logger} */
420 this.log_ = logging.getLogger(`${logging.Type.DRIVER}.http.Executor`)
421 }
422
423 /**
424 * Defines a new command for use with this executor. When a command is sent,

Callers

nothing calls this directly

Calls 2

getLoggerMethod · 0.80
setMethod · 0.65

Tested by

no test coverage detected