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