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 geckodriver on the system PATH.  | 
- Source
 
Methods
build() → (non-null) {DriverService}
Overrides the parent build() method to add the websocket port argument for Firefox when not connecting to an existing instance.
- Source
 
Returns:
A new driver service instance.
- Type:
 - DriverService
 
enableVerboseLogging(opt_traceopt) → (non-null) {ServiceBuilder}
Enables verbose logging.
Parameters:
| Name | Type | Attributes | Description | 
|---|---|---|---|
opt_trace | boolean | <optional> | Whether to enable trace-level logging. By default, only debug logging is enabled.  | 
- Source
 
Returns:
A self reference.
- Type:
 - ServiceBuilder