ClassIEDownloadDialog
IE's initial download dialog.
Definition
Namespace:ArtOfTest.WebAii.Win32.Dialogs
Assembly:ArtOfTest.WebAii.dll
Syntax:
public class IEDownloadDialog : BaseDialog, IDialog
Inheritance: objectBaseDialogIEDownloadDialog
Implements:
Inherited Members
Constructors
IEDownloadDialog(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 IEDownloadDialog(Browser parentBrowser, DialogButton dismissButton, Desktop desktop)
Parameters
parentBrowser
The parent browser.
dismissButton
The button to use to dismiss the dialog. Accepts: RUN, CANCEL, SAVE or OPEN.
desktop
The desktop object.
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 dialog monitor 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