browser_validate
Verify web page content or state using natural language assertions. Check that specific content exists, a form was submitted, or a page reached an expected state.
Instructions
Validate content or state on a web page. Use when you need to assert that specific content exists, a form was submitted, or a page reached an expected state. (25 credits)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL of the web page to validate | |
| assertion | Yes | Natural language assertion to validate (e.g. "The page contains a success message") |