C# 클래스 UIAccess.Actions

파일 보기 프로젝트 열기: geeksree/cSharpGeeks

공개 메소드들

메소드 설명
Actions ( ControlAccess controlAccess ) : System
DragDrop ( WebControl target ) : void
DragDropToOffset ( int offSetX, int offSetY ) : void
MoveToElement ( WebControl webElement ) : void
MoveToElement ( int offSetX, int offSetY ) : void
NativeSelect ( WebControl webElement ) : void
SendKeys ( WebControl webElement, string keys ) : void
SendKeys ( string keys ) : void

메소드 상세

Actions() 공개 메소드

public Actions ( ControlAccess controlAccess ) : System
controlAccess WebDriverWrapper.ControlAccess
리턴 System

DragDrop() 공개 메소드

public DragDrop ( WebControl target ) : void
target WebControl
리턴 void

DragDropToOffset() 공개 메소드

public DragDropToOffset ( int offSetX, int offSetY ) : void
offSetX int
offSetY int
리턴 void

MoveToElement() 공개 메소드

public MoveToElement ( WebControl webElement ) : void
webElement WebControl
리턴 void

MoveToElement() 공개 메소드

public MoveToElement ( int offSetX, int offSetY ) : void
offSetX int
offSetY int
리턴 void

NativeSelect() 공개 메소드

public NativeSelect ( WebControl webElement ) : void
webElement WebControl
리턴 void

SendKeys() 공개 메소드

public SendKeys ( WebControl webElement, string keys ) : void
webElement WebControl
keys string
리턴 void

SendKeys() 공개 메소드

public SendKeys ( string keys ) : void
keys string
리턴 void