class Error
Error
└ Error
- Alias for
bot.Error
Represents an error returned from a WebDriver command request.
new Error(code, opt_message)
Parameters
- code
number
The error's status code.
- opt_message
string=
Optional error message.
Instance Methods
Returns
string
The string representation of this error.
Instance Properties
- isAutomationError
boolean
Flag used for duck-typing when this code is embedded in a Firefox extension. This is required since an Error thrown in one component and then reported to another will fail instanceof checks in the second component.
Types
- Error.State
Status strings enumerated in the W3C WebDriver protocol.