Class IE9DownloadNotificationBar
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Win32.Dialogs
Assembly: ArtOfTest.WebAii.dll
Syntax
public class IE9DownloadNotificationBar : DownloadNotificationBar, IDialog
Constructors
IE9DownloadNotificationBar(Browser, DialogButton)
Declaration
public IE9DownloadNotificationBar(Browser parentBrowser, DialogButton dismissButton)
Parameters
Browser
parentBrowser
|
DialogButton
dismissButton
|
IE9DownloadNotificationBar(Browser, DialogButton, Desktop)
Declaration
public IE9DownloadNotificationBar(Browser parentBrowser, DialogButton dismissButton, Desktop desktopObject)
Parameters
Browser
parentBrowser
|
DialogButton
dismissButton
|
Desktop
desktopObject
|
Methods
Handle()
MatchesUIAutomationElement(AutomationElement)
Declaration
public override bool MatchesUIAutomationElement(AutomationElement element)
Parameters
System.Windows.Automation.AutomationElement
element
|
Returns
System.Boolean
|