[WebUI] Verify Element Text
Description​
Verify text of an element.
Keyword name: verifyElementText
Parameters​
| Parameter | Parameter Type | Required | Description |
|---|---|---|---|
| to | TestObject | Yes | Represents a web element. |
| expectedText | String | Yes | Text of the element to verify. |
| flowControl | FailureHandling | Optional | Specify failure handling schema to determine whether the execution should be allowed to continue or stop. |
Returns​
| Parameter Type | Description |
|---|---|
| Boolean | |