Method | Description | |
---|---|---|
For ( IWebLocator locator ) : |
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.
|
Method | Description | |
---|---|---|
SelectOptionsAvailable ( IWebLocator locator ) : Boa.Constrictor.Screenplay |
Private constructor. (Use static methods for public construction.)
|
public static For ( IWebLocator locator ) : |
||
locator | IWebLocator | The target Web element's locator. |
return |
public RequestAs ( IActor actor, IWebDriver driver ) : IList |
||
actor | IActor | The Screenplay Actor. |
driver | IWebDriver | The WebDriver. |
return | IList |