ClassEdgeDownloadNotificationBar
Class
Handler for Edge download notification bar.
Definition
Namespace:ArtOfTest.WebAii.Win32.Dialogs.Download
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class EdgeDownloadNotificationBar : DownloadNotificationBar, IDialog
Inheritance: objectBaseDialogDownloadNotificationBarEdgeDownloadNotificationBar
Implements:
Inherited Members
Constructors
EdgeDownloadNotificationBar(Browser, DialogButton, Desktop)
Create a new instance of EdgeDownloadNotificationBar class.
Declaration
cs-api-definition
public EdgeDownloadNotificationBar(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
cs-api-definition
public override void Handle()
Overrides
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