LogonDialog
Class
Definition
Namespace:ArtOfTest.WebAii.Win32.Dialogs
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class LogonDialog : BaseDialog, IDialog
Inheritance: objectBaseDialogLogonDialog
Implements:
Inherited Members
Constructors
C#
public LogonDialog(Browser parentBrowser, string userName, string password, DialogButton dismissButton)
Properties
Methods
C#
public static LogonDialog CreateLogonDialog(Browser parentBrowser, string userName, string password, DialogButton dismissButton)
C#
public override void Handle()
Overrides:
Implements:
C#
public override bool IsDialogActive(WindowCollection dialogs)
Overrides:
Implements:
C#
public override bool MatchesUIAutomationElement(AutomationElement element)
Overrides:
Implements: