* 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)
| 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 |
no test coverage detected