run_visual_test
Run automated visual checks on live URLs using a real browser, verifying text, elements, title, and HTTP status to generate a pass/fail report.
Instructions
Runs a set of visual checks against a URL using a real browser. Supported check types: 'has_text' (text appears on page), 'has_element' (CSS selector exists), 'title_contains' (page title contains value), 'status_ok' (HTTP response is 2xx/3xx). Returns a detailed pass/fail report for each check.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| checks | Yes |