assert_text_present
Verify whether specified text appears anywhere on a web page within a given timeout. Returns success if found, or an error with a sample of body text if not.
Instructions
⭐ Verify text appears anywhere on page within timeout. Returns ok(found) or err(not found + sample of body text).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| timeout | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |