C# Class WindowsPhoneTestFramework.Server.FluentCore.Automation

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

Méthodes publiques

Méthode Description
Automation ( IAutomationController automation ) : System
Control ( string which ) : Control
ControlOrText ( string which ) : ControlOrText
TakePicture ( ) : Bitmap
Text ( string which ) : Text
WaitFor ( ) : void

Method Details

Automation() public méthode

public Automation ( IAutomationController automation ) : System
automation IAutomationController
Résultat System

Control() public méthode

public Control ( string which ) : Control
which string
Résultat Control

ControlOrText() public méthode

public ControlOrText ( string which ) : ControlOrText
which string
Résultat ControlOrText

TakePicture() public méthode

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

Text() public méthode

public Text ( string which ) : Text
which string
Résultat Text

WaitFor() public méthode

public WaitFor ( ) : void
Résultat void