Class webdriver.UnhandledAlertError
Extends
.
Defined in: webdriver.js.
Constructor Attributes | Constructor Name and Description |
---|---|
webdriver.UnhandledAlertError(message, alert)
An error returned to indicate that there is an unhandled modal dialog on the
current page.
|
Method Attributes | Method Name and Description |
---|---|
getAlert()
|
Class Detail
webdriver.UnhandledAlertError(message, alert)
An error returned to indicate that there is an unhandled modal dialog on the
current page.
- Parameters:
- {string} message
- The error message.
- {!webdriver.Alert} alert
- The alert handle.
Method Detail
{!webdriver.Alert}
getAlert()
- Returns:
- {!webdriver.Alert} The open alert.