ClassIEDownloadCompleteDialog
The IE download complete dialog.
Definition
Namespace:ArtOfTest.WebAii.Win32.Dialogs
Assembly:ArtOfTest.WebAii.dll
Syntax:
public class IEDownloadCompleteDialog : BaseDialog, IDialog
Inheritance: objectBaseDialogIEDownloadCompleteDialog
Implements:
Inherited Members
Constructors
IEDownloadCompleteDialog(Browser, DialogButton, Desktop)
Create the dialog passing it the parent browser and the button to use to dismiss the instance of this dialog.
Declaration
public IEDownloadCompleteDialog(Browser parentBrowser, DialogButton dismissButton, Desktop desktopObject)
Parameters
parentBrowser
The parent browser.
dismissButton
The button to use to dismiss the dialog. Accepts: RUN, OPEN or CLOSE.
desktopObject
The desktop object to use to invoke mouse/keyboard events.
Methods
Handle()
This is called by the DialogMonitor whenever IsDialogActive returns true.
Declaration
public override void Handle()
Overrides
IsDialogActive(WindowCollection)
Check whether the dialog is present or not. This function is called by the dialogmonitor object
Declaration
public override bool IsDialogActive(WindowCollection dialogs)
Parameters
dialogs
This is a list of dialog passes in the by the DialogMonitor object.
Returns
True/False whether this dialog is present.
Overrides