C# Class FluentWebUITesting.Controls.OptionWrapper

Inheritance: ControlWrapperBase
Mostrar archivo Open project: mvbalaw/FluentWebUITesting

Public Methods

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

Method Details

OptionWrapper() public method

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

Select() public method

public Select ( ) : FluentWebUITesting.Controls.WaitWrapper
return FluentWebUITesting.Controls.WaitWrapper

Text() public method

public Text ( ) : ReadOnlyText
return FluentWebUITesting.Accessors.ReadOnlyText

Value() public method

public Value ( ) : ReadOnlyText
return FluentWebUITesting.Accessors.ReadOnlyText