Constructor
new WebDriverError(opt_erroropt)
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
opt_error | string | <optional> | the error message, if any. |
- Source
Members
name
- Source
remoteStacktrace :string
A stacktrace reported by the remote webdriver endpoint that initially reported this error. This property will be an empty string if the remote end did not provide a stacktrace.
Type:
- string
- Source