Specifies the behavior of handling unexpected alerts in the IE driver.
Namespace: OpenQA.Selenium.IEAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Default | 0 | Indicates the behavior is not set. | |
Ignore | 1 | Ignore unexpected alerts, such that the user must handle them. | |
Accept | 2 | Accept unexpected alerts. | |
Dismiss | 3 | Dismiss unexpected alerts. |
See Also