C# Class FluentWebUITesting.Controls.OptionWrapper

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

Méthodes publiques

Méthode Description
OptionWrapper ( IWebElement option, string howFound, IWebElement parentDropDown, IWebDriver browser ) : FluentWebUITesting.Accessors
Select ( ) : FluentWebUITesting.Controls.WaitWrapper
Text ( ) : ReadOnlyText
Value ( ) : ReadOnlyText

Method Details

OptionWrapper() public méthode

public OptionWrapper ( IWebElement option, string howFound, IWebElement parentDropDown, IWebDriver browser ) : FluentWebUITesting.Accessors
option IWebElement
howFound string
parentDropDown IWebElement
browser IWebDriver
Résultat FluentWebUITesting.Accessors

Select() public méthode

public Select ( ) : FluentWebUITesting.Controls.WaitWrapper
Résultat FluentWebUITesting.Controls.WaitWrapper

Text() public méthode

public Text ( ) : ReadOnlyText
Résultat FluentWebUITesting.Accessors.ReadOnlyText

Value() public méthode

public Value ( ) : ReadOnlyText
Résultat FluentWebUITesting.Accessors.ReadOnlyText