New to Telerik Test StudioStart a free 30-day trial

Definition

Constructors

C#
public DownloadNotificationBar(Browser parentBrowser, DialogButton dismissButton)
Parameters:parentBrowserBrowserdismissButtonDialogButton

Fields

C#
protected AutomationElement NotificationBar

Methods

C#
public static AutomationElement GetCancelButton(AutomationElement anyParentElement)
Parameters:anyParentElementAutomationElementReturns:

AutomationElement

C#
public static AutomationElement GetCloseButton(AutomationElement anyParentElement)
Parameters:anyParentElementAutomationElementReturns:

AutomationElement

C#
public static AutomationElement GetDismissButton(AutomationElement anyParentElement)
Parameters:anyParentElementAutomationElementReturns:

AutomationElement

C#
public static AutomationElement GetNotificationBar(AutomationElement element)
Parameters:elementAutomationElementReturns:

AutomationElement

C#
public static AutomationElement GetNotificationBarText(AutomationElement anyParentElement)
Parameters:anyParentElementAutomationElementReturns:

AutomationElement

C#
public static AutomationElement GetOpenButton(AutomationElement anyParentElement)
Parameters:anyParentElementAutomationElementReturns:

AutomationElement

C#
public static AutomationElement GetOpenFolderButton(AutomationElement anyParentElement)
Parameters:anyParentElementAutomationElementReturns:

AutomationElement

C#
public static AutomationElement GetRunButton(AutomationElement anyParentElement)
Parameters:anyParentElementAutomationElementReturns:

AutomationElement

C#
public static AutomationElement GetSaveAsButton(AutomationElement anyParentElement)
Parameters:anyParentElementAutomationElementReturns:

AutomationElement

C#
public static AutomationElement GetSaveButton(AutomationElement anyParentElement)
Parameters:anyParentElementAutomationElementReturns:

AutomationElement

C#
public static AutomationElement GetViewDownloadsButton(AutomationElement anyParentElement)
Parameters:anyParentElementAutomationElementReturns:

AutomationElement

C#
public override void Handle()

Overrides: BaseDialog.Handle()

Implements: IDialog.Handle()

C#
public override bool IsDialogActive(WindowCollection dialogs)
Parameters:dialogsWindowCollectionReturns:

bool

Overrides: BaseDialog.IsDialogActive(WindowCollection)

Implements: IDialog.IsDialogActive(WindowCollection)