Class Index | File Index

Classes


Class webdriver.UnhandledAlertError


Extends .

Defined in: webdriver.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
An error returned to indicate that there is an unhandled modal dialog on the current page.
Method Summary
Method Attributes Method Name and Description
 
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.

Documentation generated by JsDoc Toolkit 2.4.0 on Sat Jan 25 2014 14:42:03 GMT-0500 (EST)