Table of Contents

Enum InternetExplorerUnexpectedAlertBehavior

Namespace
OpenQA.Selenium.IE
Assembly
WebDriver.dll

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.