EnumUnexpectedDialogAction
Enum
Specifies the action that the DialogMonitor should take when it encounters unexpected dialogs
Definition
Namespace:ArtOfTest.WebAii.Core
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public enum UnexpectedDialogAction
Fields
DoNotHandle
Do not handle.
HandleAndContinue
Handle and continue.
HandleAndFailTest
Handle and fail test.