C# 클래스 UIAccess.WebControls.WebControl

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

공개 메소드들

메소드 설명
Click ( ) : void
ClickAt ( ) : void
DesktopMouseClick ( ) : void
DesktopMouseClick ( int offsetX, int offsetY ) : void
DesktopMouseDrag ( int offsetX, int offsetY ) : void
Executejavascript ( string JavaScript ) : object
GetAttribute ( string AttributeName ) : string
GetAttributes ( ) : object>.Dictionary
GetChildren ( Locator aLocator, ControlType aControlType ) : List
GetControl ( ) : void
GetControls ( ) : ReadOnlyCollection
HasChildren ( ) : bool
HasChildrenWithXpath ( string xpath ) : bool
Highlight ( ) : void
InjectJSInBrowser ( string JavaScript ) : object
IsControlPresent ( ) : bool
JSClick ( ) : void
ScrollToElement ( ) : Point
SendKeys ( string keys ) : void
Submit ( ) : void
WaitForChildren ( int maxTimeout ) : List
WaitForChildren ( string xpath, int maxTimeout ) : List
WebControl ( Browser aBrowser, Locator aLocator ) : System
WebControl ( Browser aBrowser, LocatorType aLocatorType, string aLocator, ControlType aControlType ) : System

메소드 상세

Click() 공개 메소드

public Click ( ) : void
리턴 void

ClickAt() 공개 메소드

public ClickAt ( ) : void
리턴 void

DesktopMouseClick() 공개 메소드

public DesktopMouseClick ( ) : void
리턴 void

DesktopMouseClick() 공개 메소드

public DesktopMouseClick ( int offsetX, int offsetY ) : void
offsetX int
offsetY int
리턴 void

DesktopMouseDrag() 공개 메소드

public DesktopMouseDrag ( int offsetX, int offsetY ) : void
offsetX int
offsetY int
리턴 void

Executejavascript() 공개 메소드

public Executejavascript ( string JavaScript ) : object
JavaScript string
리턴 object

GetAttribute() 공개 메소드

public GetAttribute ( string AttributeName ) : string
AttributeName string
리턴 string

GetAttributes() 공개 메소드

public GetAttributes ( ) : object>.Dictionary
리턴 object>.Dictionary

GetChildren() 공개 메소드

public GetChildren ( Locator aLocator, ControlType aControlType ) : List
aLocator Locator
aControlType ControlType
리턴 List

GetControl() 공개 메소드

public GetControl ( ) : void
리턴 void

GetControls() 공개 메소드

public GetControls ( ) : ReadOnlyCollection
리턴 ReadOnlyCollection

HasChildren() 공개 메소드

public HasChildren ( ) : bool
리턴 bool

HasChildrenWithXpath() 공개 메소드

public HasChildrenWithXpath ( string xpath ) : bool
xpath string
리턴 bool

Highlight() 공개 메소드

public Highlight ( ) : void
리턴 void

InjectJSInBrowser() 공개 메소드

public InjectJSInBrowser ( string JavaScript ) : object
JavaScript string
리턴 object

IsControlPresent() 공개 메소드

public IsControlPresent ( ) : bool
리턴 bool

JSClick() 공개 메소드

public JSClick ( ) : void
리턴 void

ScrollToElement() 공개 메소드

public ScrollToElement ( ) : Point
리턴 Point

SendKeys() 공개 메소드

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

Submit() 공개 메소드

public Submit ( ) : void
리턴 void

WaitForChildren() 공개 메소드

public WaitForChildren ( int maxTimeout ) : List
maxTimeout int
리턴 List

WaitForChildren() 공개 메소드

public WaitForChildren ( string xpath, int maxTimeout ) : List
xpath string
maxTimeout int
리턴 List

WebControl() 공개 메소드

public WebControl ( Browser aBrowser, Locator aLocator ) : System
aBrowser Browser
aLocator Locator
리턴 System

WebControl() 공개 메소드

public WebControl ( Browser aBrowser, LocatorType aLocatorType, string aLocator, ControlType aControlType ) : System
aBrowser Browser
aLocatorType LocatorType
aLocator string
aControlType ControlType
리턴 System