C# Class WindowsPhoneTestFramework.Server.FluentCore.Control

Inheritance: FluentBase
Show file Open project: Expensify/WindowsPhoneTestFramework

Public Methods

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

Method Details

Control() public method

public Control ( IAutomationController automation, string controlId ) : System
automation IAutomationController
controlId string
return System

SetFocus() public method

public SetFocus ( ) : void
return void

TakePicture() public method

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

Tap() public method

public Tap ( ) : void
return void

WaitFor() public method

public WaitFor ( ) : void
return void

WaitFor() public method

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