C# Class WindowsPhoneTestFramework.Server.FluentCore.ControlOrText

Inheritance: FluentBase
Afficher le fichier Open project: Expensify/WindowsPhoneTestFramework

Méthodes publiques

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

Method Details

ControlOrText() public méthode

public ControlOrText ( IAutomationController automation, string controlOrTextId ) : System
automation IAutomationController
controlOrTextId string
Résultat System

WaitFor() public méthode

public WaitFor ( ) : void
Résultat void

WaitFor() public méthode

public WaitFor ( System.TimeSpan timeOut ) : void
timeOut System.TimeSpan
Résultat void