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

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

공개 메소드들

메소드 설명
Automation ( IAutomationController automation ) : System
Control ( string which ) : Control
ControlOrText ( string which ) : ControlOrText
TakePicture ( ) : Bitmap
Text ( string which ) : Text
WaitFor ( ) : void

메소드 상세

Automation() 공개 메소드

public Automation ( IAutomationController automation ) : System
automation IAutomationController
리턴 System

Control() 공개 메소드

public Control ( string which ) : Control
which string
리턴 Control

ControlOrText() 공개 메소드

public ControlOrText ( string which ) : ControlOrText
which string
리턴 ControlOrText

TakePicture() 공개 메소드

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

Text() 공개 메소드

public Text ( string which ) : Text
which string
리턴 Text

WaitFor() 공개 메소드

public WaitFor ( ) : void
리턴 void