ClassIE9DownloadNotificationBar
Handler for IE9 download notification bar.
Definition
Namespace:ArtOfTest.WebAii.Win32.Dialogs
Assembly:ArtOfTest.WebAii.dll
Syntax:
public class IE9DownloadNotificationBar : DownloadNotificationBar, IDialog
Inheritance: objectBaseDialogDownloadNotificationBarIE9DownloadNotificationBar
Implements:
Inherited Members
Constructors
IE9DownloadNotificationBar(Browser, DialogButton)
Create a new instance of IE9DownloadNotificationBar class.
Declaration
public IE9DownloadNotificationBar(Browser parentBrowser, DialogButton dismissButton)
Parameters
parentBrowser
The parent browser.
dismissButton
The dismiss button.
IE9DownloadNotificationBar(Browser, DialogButton, Desktop)
Create a new instance of IE9DownloadNotificationBar class.
Declaration
public IE9DownloadNotificationBar(Browser parentBrowser, DialogButton dismissButton, Desktop desktopObject)
Parameters
parentBrowser
The parent browser.
dismissButton
The dismiss button.
desktopObject
A desktop object that will perform key presses.
Methods
Handle()
Handle the dialog. If HandlerDelegate is set, use the delegate
Declaration
public override void Handle()
Overrides
MatchesUIAutomationElement(AutomationElement)
Matches UI automation element.
Declaration
public override bool MatchesUIAutomationElement(AutomationElement element)
Parameters
element
The element to check against.
Returns
Overrides