browser_assert
Prove an outcome by asserting page text, URL, or visible references, then return pass/fail for reliable verification.
Instructions
Prove an outcome instead of inferring it. Provide one of: contains (page text includes string), url_includes (current url contains string), ref_visible (a ref is present and visible). Returns pass/fail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | No | ||
| contains | No | ||
| ref_visible | No | ||
| url_includes | No |