Constructor
new ServiceBuilder(opt_exeopt)
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
opt_exe | string | <optional> | Path to the server executable to use. If omitted, the builder will attempt to locate the chromedriver on the current PATH. If the chromedriver is not available in path, selenium-manager will download the chromedriver |
Throws:
If provided executable does not exist, or the chromedriver cannot be found on the PATH.
- Type
- Error