ClassFFOpenDownloadDialog
Class
Firefox OpenDialog.
Definition
Namespace:ArtOfTest.WebAii.Win32.Dialogs
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class FFOpenDownloadDialog : BaseDialog, IDialog
Inheritance: objectBaseDialogFFOpenDownloadDialog
Implements:
Inherited Members
Constructors
FFOpenDownloadDialog(Browser, DialogButton, Desktop)
Create the dialog passing it the parent browser and the button to use to dismiss the instance of this dialog.
Declaration
cs-api-definition
public FFOpenDownloadDialog(Browser parentBrowser, DialogButton dismissButton, Desktop desktopObject)
Parameters
parentBrowser
The parent browser.
dismissButton
The button to use to dismiss the dialog. Accepts: SAVE, OPEN or CANCEL.
desktopObject
The desktop object to use for mouse events if needed.
Methods
Handle()
Handle this dialog.
Declaration
cs-api-definition
public override void Handle()
Overrides
Implements
IsDialogActive(WindowCollection)
Whether the dialog is active or not.
Declaration
cs-api-definition
public override bool IsDialogActive(WindowCollection dialogs)
Parameters
dialogs
The list of dialogs to check.
Returns
True/False whether the dialog is active.
Overrides
Implements