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

Method addArguments

javascript/selenium-webdriver/remote/index.js:342–345  ·  view source on GitHub ↗

* Define additional command line arguments to use when starting the server. * * @param {...CommandLineFlag} var_args The arguments to include. * @return {!THIS} A self reference. * @this {THIS} * @template THIS

(...arguments_)

Source from the content-addressed store, hash-verified

340 * @template THIS
341 */
342 addArguments(...arguments_) {
343 this.options_.args = this.options_.args.concat(arguments_)
344 return this
345 }
346
347 /**
348 * Sets the host name to access the server on. If specified, the

Callers 6

headless.jsFile · 0.45
devtools_test.jsFile · 0.45
options_test.jsFile · 0.45
permission_test.jsFile · 0.45
options_test.jsFile · 0.45

Calls 1

concatMethod · 0.45

Tested by

no test coverage detected