C# Class UIAutomation.WaitCmdletBase

Description of WaitCmdletBase.
Inheritance: HasTimeoutCmdletBase
ファイルを表示 Open project: apetrovskiy/STUPS

Public Methods

Method Description
WaitCmdletBase ( ) : System

Protected Methods

Method Description
WaitIfCondition ( IUiElement _control, bool isEnabledOrIsVisible ) : void

Method Details

WaitCmdletBase() public method

public WaitCmdletBase ( ) : System
return System

WaitIfCondition() protected method

protected WaitIfCondition ( IUiElement _control, bool isEnabledOrIsVisible ) : void
_control IUiElement
isEnabledOrIsVisible bool
return void