C# Class WindowsPhoneTestFramework.Server.FluentCore.ControlOrText

Inheritance: FluentBase
Exibir arquivo Open project: Expensify/WindowsPhoneTestFramework

Public Methods

Method Description
ControlOrText ( IAutomationController automation, string controlOrTextId ) : System
WaitFor ( ) : void
WaitFor ( System.TimeSpan timeOut ) : void

Method Details

ControlOrText() public method

public ControlOrText ( IAutomationController automation, string controlOrTextId ) : System
automation IAutomationController
controlOrTextId string
return System

WaitFor() public method

public WaitFor ( ) : void
return void

WaitFor() public method

public WaitFor ( System.TimeSpan timeOut ) : void
timeOut System.TimeSpan
return void