New to Telerik Test StudioStart a free 30-day trial

Definition

Namespace:ArtOfTest.WebAii.Win32.Dialogs

Assembly:ArtOfTest.WebAii.dll

Syntax:

C#
public class IE9DownloadNotificationBar : DownloadNotificationBar, IDialog

Inheritance: objectBaseDialogDownloadNotificationBarIE9DownloadNotificationBar

Implements: IDialog

Inherited Members DownloadNotificationBar.NotificationBarDownloadNotificationBar.GetCancelButton(AutomationElement)DownloadNotificationBar.GetCloseButton(AutomationElement)DownloadNotificationBar.GetDismissButton(AutomationElement)DownloadNotificationBar.GetNotificationBar(AutomationElement)DownloadNotificationBar.GetNotificationBarText(AutomationElement)DownloadNotificationBar.GetOpenButton(AutomationElement)DownloadNotificationBar.GetRunButton(AutomationElement)DownloadNotificationBar.GetSaveButton(AutomationElement)DownloadNotificationBar.GetOpenFolderButton(AutomationElement)DownloadNotificationBar.GetViewDownloadsButton(AutomationElement)DownloadNotificationBar.GetSaveAsButton(AutomationElement)DownloadNotificationBar.IsDialogActive(WindowCollection)BaseDialog.m_browserVersionMajorBaseDialog.ValidatePid(int)BaseDialog.ValidateReadFileAccess(string, string, out string)BaseDialog.ValidatePaths(string, out string)BaseDialog.GetFilePaths(string)BaseDialog.SetDialogWindow(Window)BaseDialog.IsDialogActiveByTitle(WindowCollection, string)BaseDialog.IsDialogActiveByTitle(WindowCollection, string, bool)BaseDialog.IsRejectedViaRegexOrExactMatch(string, object)BaseDialog.IsDialogActiveByTitleAndTextContent(WindowCollection, string, bool, string)BaseDialog.ToString()BaseDialog.ResetHandleCount()BaseDialog.WaitUntilHandled(int)BaseDialog.WaitUntilHandled()BaseDialog.WaitUntilHandled(int, int, bool)BaseDialog.WaitUntilAnyHandled(IEnumerable<BaseDialog>, int, long, bool)BaseDialog.OnBeforeHandle(EventArgs)BaseDialog.ParentBrowserBaseDialog.ErrorTextBaseDialog.CurrentStateBaseDialog.WindowBaseDialog.HandleCountBaseDialog.HandlerDelegateBaseDialog.DismissButtonBaseDialog.SkipHandlingBaseDialog.TagsBaseDialog.InitializationTimeBaseDialog.BeforeHandle...

Constructors

C#
public IE9DownloadNotificationBar(Browser parentBrowser, DialogButton dismissButton, Desktop desktopObject)
Parameters:parentBrowserBrowserdismissButtonDialogButtondesktopObjectDesktop
C#
public IE9DownloadNotificationBar(Browser parentBrowser, DialogButton dismissButton)
Parameters:parentBrowserBrowserdismissButtonDialogButton

Methods

C#
public override void Handle()

Overrides: DownloadNotificationBar.Handle()

C#
public override bool MatchesUIAutomationElement(AutomationElement element)
Parameters:elementAutomationElementReturns:

bool

Overrides: BaseDialog.MatchesUIAutomationElement(AutomationElement)