C# 클래스 FluentWebUITesting.Controls.OptionWrapper

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

공개 메소드들

메소드 설명
OptionWrapper ( IWebElement option, string howFound, IWebElement parentDropDown, IWebDriver browser ) : FluentWebUITesting.Accessors
Select ( ) : FluentWebUITesting.Controls.WaitWrapper
Text ( ) : ReadOnlyText
Value ( ) : ReadOnlyText

메소드 상세

OptionWrapper() 공개 메소드

public OptionWrapper ( IWebElement option, string howFound, IWebElement parentDropDown, IWebDriver browser ) : FluentWebUITesting.Accessors
option IWebElement
howFound string
parentDropDown IWebElement
browser IWebDriver
리턴 FluentWebUITesting.Accessors

Select() 공개 메소드

public Select ( ) : FluentWebUITesting.Controls.WaitWrapper
리턴 FluentWebUITesting.Controls.WaitWrapper

Text() 공개 메소드

public Text ( ) : ReadOnlyText
리턴 FluentWebUITesting.Accessors.ReadOnlyText

Value() 공개 메소드

public Value ( ) : ReadOnlyText
리턴 FluentWebUITesting.Accessors.ReadOnlyText