Enum InternetExplorerUnexpectedAlertBehavior
Specifies the behavior of handling unexpected alerts in the IE driver.
public enum InternetExplorerUnexpectedAlertBehavior
Fields
Accept = 2Accept unexpected alerts.
Default = 0Indicates the behavior is not set.
Dismiss = 3Dismiss unexpected alerts.
Ignore = 1Ignore unexpected alerts, such that the user must handle them.