C# Class WindowsPhoneTestFramework.Server.FluentCore.Automation

Inheritance: FluentBase
Exibir arquivo Open project: Expensify/WindowsPhoneTestFramework

Public Methods

Method 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 method

public Automation ( IAutomationController automation ) : System
automation IAutomationController
return System

Control() public method

public Control ( string which ) : Control
which string
return Control

ControlOrText() public method

public ControlOrText ( string which ) : ControlOrText
which string
return ControlOrText

TakePicture() public method

public TakePicture ( ) : Bitmap
return System.Drawing.Bitmap

Text() public method

public Text ( string which ) : Text
which string
return Text

WaitFor() public method

public WaitFor ( ) : void
return void