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

Method setBinaryPath

javascript/selenium-webdriver/chromium.js:341–344  ·  view source on GitHub ↗

* Sets the path to the browser binary to use. On Mac OS X, this path should * reference the actual Chromium executable, not just the application binary * (e.g. "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"). * * The binary path can be absolute or relative to the WebDrive

(path)

Source from the content-addressed store, hash-verified

339 * @return {!Options} A self reference.
340 */
341 setBinaryPath(path) {
342 this.options_.binary = path
343 return this
344 }
345
346 /**
347 * Sets whether to leave the started browser process running if the controlling

Callers 2

setChromeBinaryPathMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected