C# 클래스 Dev2.Studio.UI.Tests.UIMaps.MouseCommands

파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
ClickAndWait ( int waitAmt ) : void
ClickControl ( UITestControl control ) : void
ClickControlAtPoint ( UITestControl control, Point p ) : void
ClickPoint ( Point p, int waitAmt ) : void
MoveAndClick ( Point p, int waitAmt ) : void
WaitAndClick ( int waitAmt ) : void

메소드 상세

ClickAndWait() 공개 정적인 메소드

public static ClickAndWait ( int waitAmt ) : void
waitAmt int
리턴 void

ClickControl() 공개 정적인 메소드

public static ClickControl ( UITestControl control ) : void
control UITestControl
리턴 void

ClickControlAtPoint() 공개 정적인 메소드

public static ClickControlAtPoint ( UITestControl control, Point p ) : void
control UITestControl
p System.Drawing.Point
리턴 void

ClickPoint() 공개 정적인 메소드

public static ClickPoint ( Point p, int waitAmt ) : void
p System.Drawing.Point
waitAmt int
리턴 void

MoveAndClick() 공개 정적인 메소드

public static MoveAndClick ( Point p, int waitAmt ) : void
p System.Drawing.Point
waitAmt int
리턴 void

WaitAndClick() 공개 정적인 메소드

public static WaitAndClick ( int waitAmt ) : void
waitAmt int
리턴 void