ClassIE9DownloadCompleteNotificationBar
Class
Handler for download complete notification bar for IE9.
Definition
Namespace:ArtOfTest.WebAii.Win32.Dialogs
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class IE9DownloadCompleteNotificationBar : DownloadNotificationBar, IDialog
Inheritance: objectBaseDialogDownloadNotificationBarIE9DownloadCompleteNotificationBar
Implements:
Inherited Members
Constructors
IE9DownloadCompleteNotificationBar(Browser, DialogButton)
Create a new instance of IE9DownloadCompleteNotificationBar class.
Declaration
cs-api-definition
public IE9DownloadCompleteNotificationBar(Browser parentBrowser, DialogButton dismissButton)
Parameters
parentBrowser
The parent browser.
dismissButton
The dismiss button.
Methods
MatchesUIAutomationElement(AutomationElement)
Matches UI automation element.
Declaration
cs-api-definition
public override bool MatchesUIAutomationElement(AutomationElement element)
Parameters
element
The element to check against.
Returns
Overrides