C# 클래스 UIAccess.WebControls.WebComboBox

상속: WebControl
파일 보기 프로젝트 열기: geeksree/cSharpGeeks 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
DeselectAll ( ) : void
DeselectByIndex ( int index ) : void
DeselectByText ( string text ) : void
DeselectByValue ( string value ) : void
GetAllOptions ( ) : ReadOnlyCollection
NativeSelect ( string text, string childrenXpath, int timeOut ) : void
SelectByIndex ( int index ) : void
SelectByIndex ( int index, int timeOut ) : void
SelectByText ( string textOption ) : void
SelectByText ( string textOption, int timeOut ) : void
SelectByValue ( string value ) : void
WebComboBox ( Browser aBrowser, Locator aLocator ) : System

메소드 상세

DeselectAll() 공개 메소드

public DeselectAll ( ) : void
리턴 void

DeselectByIndex() 공개 메소드

public DeselectByIndex ( int index ) : void
index int
리턴 void

DeselectByText() 공개 메소드

public DeselectByText ( string text ) : void
text string
리턴 void

DeselectByValue() 공개 메소드

public DeselectByValue ( string value ) : void
value string
리턴 void

GetAllOptions() 공개 메소드

public GetAllOptions ( ) : ReadOnlyCollection
리턴 ReadOnlyCollection

NativeSelect() 공개 메소드

public NativeSelect ( string text, string childrenXpath, int timeOut ) : void
text string
childrenXpath string
timeOut int
리턴 void

SelectByIndex() 공개 메소드

public SelectByIndex ( int index ) : void
index int
리턴 void

SelectByIndex() 공개 메소드

public SelectByIndex ( int index, int timeOut ) : void
index int
timeOut int
리턴 void

SelectByText() 공개 메소드

public SelectByText ( string textOption ) : void
textOption string
리턴 void

SelectByText() 공개 메소드

public SelectByText ( string textOption, int timeOut ) : void
textOption string
timeOut int
리턴 void

SelectByValue() 공개 메소드

public SelectByValue ( string value ) : void
value string
리턴 void

WebComboBox() 공개 메소드

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