run_checks_on_session
Audit the active page in a session after user interactions, running checks for visual, accessibility, functionality, SEO, performance, and geo issues without opening a new page.
Instructions
Run the audit checks (visual/accessibility/functionality/seo/performance/geo) against a session's CURRENT page — after your interactions, without opening a new page (unlike test_url). Returns the same {issues[], per-check results} structure as test_url. Use to audit a state you reached by clicking/filling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checks | No | Check types to run (default: all) | |
| session_id | Yes | Session ID |