C# 클래스 WebDriverWrapper.SeleniumWebCombobox

상속: SeleniumWebControls, ICombobox
파일 보기 프로젝트 열기: geeksree/cSharpGeeks

공개 메소드들

메소드 설명
DeselectAll ( ) : void
DeselectByIndex ( int index ) : void
DeselectByText ( string text ) : void
DeselectByValue ( string value ) : void
GetAllOptions ( ) : ReadOnlyCollection
SelectByIndex ( int index ) : void
SelectByIndex ( int index, int maxTimeout ) : void
SelectByText ( string textOption ) : void
SelectByText ( string text, int maxTimeout ) : void
SelectByValue ( string value ) : void

비공개 메소드들

메소드 설명
SeleniumWebCombobox ( IWebElement aWebElement, ControlType aControlType, ControlAccess access ) : OpenQA.Selenium

메소드 상세

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

SelectByIndex() 공개 메소드

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

SelectByIndex() 공개 메소드

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

SelectByText() 공개 메소드

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

SelectByText() 공개 메소드

public SelectByText ( string text, int maxTimeout ) : void
text string
maxTimeout int
리턴 void

SelectByValue() 공개 메소드

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