C# Class WindowsPhoneTestFramework.Server.FluentCore.Control

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

Méthodes publiques

Méthode Description
Control ( IAutomationController automation, string controlId ) : System
SetFocus ( ) : void
TakePicture ( ) : Bitmap
Tap ( ) : void
WaitFor ( ) : void
WaitFor ( System.TimeSpan timeOut ) : void

Method Details

Control() public méthode

public Control ( IAutomationController automation, string controlId ) : System
automation IAutomationController
controlId string
Résultat System

SetFocus() public méthode

public SetFocus ( ) : void
Résultat void

TakePicture() public méthode

public TakePicture ( ) : Bitmap
Résultat System.Drawing.Bitmap

Tap() public méthode

public Tap ( ) : void
Résultat void

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