Value
Resolves to the value of a given input
WebElement, represented by ElementFinder or Question<ElementFinder>
.
Extends:
Question → Value
Implements:
Static Method Summary
Static Public Methods | ||
public static |
|
Constructor Summary
Public Constructor | ||
public |
constructor(target: Question<ElementFinder> | ElementFinder) |
Method Summary
Public Methods | ||
public |
answeredBy(actor: AnswersQuestions & UsesAbilities): Promise<void> |
|
public |
Resolves to the value of a given |
Static Public Methods
Public Constructors
public constructor(target: Question<ElementFinder> | ElementFinder) source
Params:
Name | Type | Attribute | Description |
target | Question<ElementFinder> | ElementFinder |
Public Methods
public answeredBy(actor: AnswersQuestions & UsesAbilities): Promise<void> source
Params:
Name | Type | Attribute | Description |
actor | AnswersQuestions & UsesAbilities |
Returns:
Promise<void> |
public of(parent: Question<ElementFinder> | ElementFinder): Question<Promise<string[]>> source
Resolves to the value of a given input
WebElement, located in the context of a parent
element.
Params:
Name | Type | Attribute | Description |
parent | Question<ElementFinder> | ElementFinder |