Interface IDialog
Namespace: ArtOfTest.WebAii.Win32.Dialogs
Assembly: ArtOfTest.WebAii.dll
Syntax
public interface IDialogProperties
CurrentState
ErrorText
Declaration
string ErrorText { get; set; }Property Value
| System.String 
 | 
HandleCount
Declaration
int HandleCount { get; set; }Property Value
| System.Int32 
 | 
HandlerDelegate
Declaration
DialogHandlerDelegate HandlerDelegate { get; set; }Property Value
| DialogHandlerDelegate 
 | 
InitializationTime
Declaration
int InitializationTime { get; set; }Property Value
| System.Int32 
 | 
SkipHandling
Declaration
Func<bool> SkipHandling { get; set; }Property Value
| System.Func<System.Boolean> 
 | 
Window
Methods
Handle()
Declaration
void Handle()IsDialogActive(WindowCollection)
Declaration
bool IsDialogActive(WindowCollection dialogs)Parameters
| WindowCollection
        dialogs 
 | 
Returns
| System.Boolean 
 | 
MatchesUIAutomationElement(AutomationElement)
Declaration
bool MatchesUIAutomationElement(AutomationElement element)Parameters
| System.Windows.Automation.AutomationElement
        element 
 | 
Returns
| System.Boolean 
 |