C# Класс Boa.Constrictor.WebDriver.SelectOptionsAvailable

Gets the text list of a select Web element's options.
Наследование: AbstractWebLocatorQuestion>
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
SelectOptionsAvailable ( IWebLocator locator ) : Boa.Constrictor.Screenplay

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

Описание методов

For() публичный статический Метод

Constructs the Question.
public static For ( IWebLocator locator ) : SelectOptionsAvailable
locator IWebLocator The target Web element's locator.
Результат SelectOptionsAvailable

RequestAs() публичный Метод

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.
Результат IList

ToString() публичный Метод

Returns a description of the Question.
public ToString ( ) : string
Результат string