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

Method setChromeBinaryPath

javascript/selenium-webdriver/chrome.js:167–169  ·  view source on GitHub ↗

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

(path)

Source from the content-addressed store, hash-verified

165 * @return {!Options} A self reference.
166 */
167 setChromeBinaryPath(path) {
168 return this.setBinaryPath(path)
169 }
170
171 /**
172 * Configures the ChromeDriver to launch Chrome on Android via adb. This

Callers 2

GetBrowserForTestsFunction · 0.95
builderMethod · 0.95

Calls 1

setBinaryPathMethod · 0.95

Tested by

no test coverage detected