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

Method setChromeOptions

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

* Sets Chrome specific plain chrome.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 {!chrom

(options)

Source from the content-addressed store, hash-verified

429 * @return {!Builder} A self reference.
430 */
431 setChromeOptions(options) {
432 this.chromeOptions_ = options
433 return this
434 }
435
436 /**
437 * @return {chrome.Options} the Chrome specific options currently configured

Callers 9

builderMethod · 0.95
headless.jsFile · 0.80
chrome_android.jsFile · 0.80
GetBrowserForTestsFunction · 0.80
devtools_test.jsFile · 0.80
options_test.jsFile · 0.80
permission_test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected