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

Method setEdgeService

javascript/selenium-webdriver/index.js:542–548  ·  view source on GitHub ↗

* Sets the edge.ServiceBuilder to use to manage the * MicrosoftEdgeDriver child process when creating sessions locally. * * @param {edge.ServiceBuilder} service the service to use. * @return {!Builder} a self reference.

(service)

Source from the content-addressed store, hash-verified

540 * @return {!Builder} a self reference.
541 */
542 setEdgeService(service) {
543 if (service && !(service instanceof edge.ServiceBuilder)) {
544 throw TypeError('not a edge.ServiceBuilder object')
545 }
546 this.edgeService_ = service
547 return this
548 }
549
550 /**
551 * Sets Safari specific {@linkplain safari.Options options} for drivers

Callers 1

logging.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected