DialogButton Enumeration

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Possible buttons for to click for a dialog

Namespace:  ArtOfTest.WebAii.Win32.Dialogs
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public enum DialogButton
Members

  Member nameValueDescription
OK0 OK button.
CANCEL1 Cancel button.
OPEN2 Open button for the Upload dialog.
YES3 Yes button.
NO4 No button.
CLOSE5 The window close button (X).
RUN6 The run button of a File Download dialog (IE)
SAVE7 The save button of a File Download dialog (SaveFile for Firefox)
NOTSET8 Not using the default dismiss buttons
See Also

Reference