C# Class Boa.Constrictor.WebDriver.SelectOptionsAvailable

Gets the text list of a select Web element's options.
Inheritance: AbstractWebLocatorQuestion>
Mostrar archivo Open project: q2ebanking/boa-constrictor

Public Methods

Method Description
For ( IWebLocator locator ) : SelectOptionsAvailable

Constructs the Question.

RequestAs ( IActor actor, IWebDriver driver ) : IList

Gets the text list of a select Web element's options.

ToString ( ) : string

Returns a description of the Question.

Private Methods

Method Description
SelectOptionsAvailable ( IWebLocator locator ) : Boa.Constrictor.Screenplay

Private constructor. (Use static methods for public construction.)

Method Details

For() public static method

Constructs the Question.
public static For ( IWebLocator locator ) : SelectOptionsAvailable
locator IWebLocator The target Web element's locator.
return SelectOptionsAvailable

RequestAs() public method

Gets the text list of a select Web element's options.
public RequestAs ( IActor actor, IWebDriver driver ) : IList
actor IActor The Screenplay Actor.
driver IWebDriver The WebDriver.
return IList

ToString() public method

Returns a description of the Question.
public ToString ( ) : string
return string