assert_page_contains
Assert that the page source or visible text includes a specified string, verifying content presence.
Instructions
Assert the full page source or visible text contains a string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| source_only | No | If true, checks page source; otherwise checks body visible text |