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
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