* Sets the base path for WebDriver REST commands (e.g. "/wd/hub"). * By default, the driver will accept commands relative to "/". * * @param {?string} basePath The base path to use, or `null` to use the * default. * @return {!DriverService.Builder} A self reference.
(basePath)
| 377 | * @return {!DriverService.Builder} A self reference. |
| 378 | */ |
| 379 | setPath(basePath) { |
| 380 | this.options_.path = basePath |
| 381 | return this |
| 382 | } |
| 383 | |
| 384 | /** |
| 385 | * Sets the port to start the server on. |
no outgoing calls
no test coverage detected