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