class UnhandledAlertError
Error
└ bot.Error
└ webdriver.UnhandledAlertError
An error returned to indicate that there is an unhandled modal dialog on the
current page.
new UnhandledAlertError(message, text, alert)
Instance Methods
getAlertText()code »
Returns
string
The text displayed with the unhandled alert.
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.
- sourceURL
?
Doesn't seem to exist, but closure/debug.js references it.