C# 클래스 FluentWebUITesting.Controls.DropDownListWrapper

상속: ControlWrapperBase
파일 보기 프로젝트 열기: mvbalaw/FluentWebUITesting

공개 메소드들

메소드 설명
DropDownListWrapper ( IWebElement dropDownList, string howFound, IWebDriver browser ) : System.Collections.Generic
GetSelectedText ( ) : string
GetSelectedTexts ( ) : IEnumerable
OptionWithText ( [ text ) : OptionWrapper
OptionWithValue ( [ text ) : OptionWrapper

비공개 메소드들

메소드 설명
Verify ( ) : void

메소드 상세

DropDownListWrapper() 공개 메소드

public DropDownListWrapper ( IWebElement dropDownList, string howFound, IWebDriver browser ) : System.Collections.Generic
dropDownList IWebElement
howFound string
browser IWebDriver
리턴 System.Collections.Generic

GetSelectedText() 공개 메소드

public GetSelectedText ( ) : string
리턴 string

GetSelectedTexts() 공개 메소드

public GetSelectedTexts ( ) : IEnumerable
리턴 IEnumerable

OptionWithText() 공개 메소드

public OptionWithText ( [ text ) : OptionWrapper
text [
리턴 OptionWrapper

OptionWithValue() 공개 메소드

public OptionWithValue ( [ text ) : OptionWrapper
text [
리턴 OptionWrapper