C# 클래스 WindowsPhoneTestFramework.Server.FluentCore.Control

상속: FluentBase
파일 보기 프로젝트 열기: Expensify/WindowsPhoneTestFramework

공개 메소드들

메소드 설명
Control ( IAutomationController automation, string controlId ) : System
SetFocus ( ) : void
TakePicture ( ) : Bitmap
Tap ( ) : void
WaitFor ( ) : void
WaitFor ( System.TimeSpan timeOut ) : void

메소드 상세

Control() 공개 메소드

public Control ( IAutomationController automation, string controlId ) : System
automation IAutomationController
controlId string
리턴 System

SetFocus() 공개 메소드

public SetFocus ( ) : void
리턴 void

TakePicture() 공개 메소드

public TakePicture ( ) : Bitmap
리턴 System.Drawing.Bitmap

Tap() 공개 메소드

public Tap ( ) : void
리턴 void

WaitFor() 공개 메소드

public WaitFor ( ) : void
리턴 void

WaitFor() 공개 메소드

public WaitFor ( System.TimeSpan timeOut ) : void
timeOut System.TimeSpan
리턴 void