C# 클래스 UIAccess.WebControl

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

공개 메소드들

메소드 설명
Click ( ) : void
ClickAt ( ) : void
DesktopMouseClick ( ) : void
Executejavascript ( string JavaScript ) : object
GetAttribute ( string AttributeName ) : string
GetAttributes ( ) : object>.Dictionary
GetChildren ( Locator aLocator, ControlType aControlType ) : List
GetControl ( ) : void
GetControls ( ) : ReadOnlyCollection
Highlight ( ) : void
IsControlPresent ( ) : bool
ScrollToElement ( ) : Point
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

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

Highlight() 공개 메소드

public Highlight ( ) : void
리턴 void

IsControlPresent() 공개 메소드

public IsControlPresent ( ) : bool
리턴 bool

ScrollToElement() 공개 메소드

public ScrollToElement ( ) : Point
리턴 Point

WebControl() 공개 메소드

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

WebControl() 공개 메소드

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