C# Class FluentWebUITesting.Controls.DropDownListWrapper

Inheritance: ControlWrapperBase
Afficher le fichier Open project: mvbalaw/FluentWebUITesting

Méthodes publiques

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

Private Methods

Méthode Description
Verify ( ) : void

Method Details

DropDownListWrapper() public méthode

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

GetSelectedText() public méthode

public GetSelectedText ( ) : string
Résultat string

GetSelectedTexts() public méthode

public GetSelectedTexts ( ) : IEnumerable
Résultat IEnumerable

OptionWithText() public méthode

public OptionWithText ( [ text ) : OptionWrapper
text [
Résultat OptionWrapper

OptionWithValue() public méthode

public OptionWithValue ( [ text ) : OptionWrapper
text [
Résultat OptionWrapper