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

Method setEdgeOptions

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

* Set plain edge.Options options specific to Microsoft's Edge browser * for drivers created by this builder. Any proxy settings defined on the * given options will take precedence over those set through * #setProxy. * * @param {!edge.Options} options The MicrosoftEdgeDr

(options)

Source from the content-addressed store, hash-verified

528 * @return {!Builder} A self reference.
529 */
530 setEdgeOptions(options) {
531 this.edgeOptions_ = options
532 return this
533 }
534
535 /**
536 * Sets the {@link edge.ServiceBuilder} to use to manage the

Callers 1

options_test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected