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

Method setFirefoxOptions

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

* Sets Firefox specific plain firefox.Options options for drivers * created by this builder. Any logging or proxy settings defined on the given * options will take precedence over those set through * #setLoggingPrefs and #setProxy, respectively. * * @param {!fir

(options)

Source from the content-addressed store, hash-verified

466 * @return {!Builder} A self reference.
467 */
468 setFirefoxOptions(options) {
469 this.firefoxOptions_ = options
470 return this
471 }
472
473 /**
474 * @return {firefox.Options} the Firefox specific options currently configured

Callers 5

builderMethod · 0.95
headless.jsFile · 0.80
GetBrowserForTestsFunction · 0.80
options_test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected