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

Method getChromeOptions

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

* @return {chrome.Options} the Chrome specific options currently configured * for this builder.

()

Source from the content-addressed store, hash-verified

438 * for this builder.
439 */
440 getChromeOptions() {
441 return this.chromeOptions_
442 }
443
444 /**
445 * Sets the service builder to use for managing the chromedriver child process

Callers 3

devtools_test.jsFile · 0.80
options_test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected