C# Class FluentWebUITesting.Controls.DropDownListWrapper

Inheritance: ControlWrapperBase
Mostrar archivo Open project: mvbalaw/FluentWebUITesting

Public Methods

Method Description
DropDownListWrapper ( IWebElement dropDownList, string howFound, IWebDriver browser ) : System.Collections.Generic
GetSelectedText ( ) : string
GetSelectedTexts ( ) : IEnumerable
OptionWithText ( [ text ) : OptionWrapper
OptionWithValue ( [ text ) : OptionWrapper

Private Methods

Method Description
Verify ( ) : void

Method Details

DropDownListWrapper() public method

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

GetSelectedText() public method

public GetSelectedText ( ) : string
return string

GetSelectedTexts() public method

public GetSelectedTexts ( ) : IEnumerable
return IEnumerable

OptionWithText() public method

public OptionWithText ( [ text ) : OptionWrapper
text [
return OptionWrapper

OptionWithValue() public method

public OptionWithValue ( [ text ) : OptionWrapper
text [
return OptionWrapper