C# Class UIAutomation.WaitCmdletBase

Description of WaitCmdletBase.
Inheritance: HasTimeoutCmdletBase
Afficher le fichier Open project: apetrovskiy/STUPS

Méthodes publiques

Méthode Description
WaitCmdletBase ( ) : System

Méthodes protégées

Méthode Description
WaitIfCondition ( IUiElement _control, bool isEnabledOrIsVisible ) : void

Method Details

WaitCmdletBase() public méthode

public WaitCmdletBase ( ) : System
Résultat System

WaitIfCondition() protected méthode

protected WaitIfCondition ( IUiElement _control, bool isEnabledOrIsVisible ) : void
_control IUiElement
isEnabledOrIsVisible bool
Résultat void