class UnhandledAlertError
Error
└ bot.Error
└ webdriver.UnhandledAlertErrorAn 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
stringThe 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.