safari_accessibility_snapshot
Audit web accessibility by capturing the accessibility tree including roles, ARIA labels, focusable elements, and form states. Provides structured data for compliance testing.
Instructions
Get the accessibility tree of the page (roles, ARIA labels, focusable elements, form states). Essential for a11y auditing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxDepth | No | Max tree depth (default: 5) | |
| selector | No | CSS selector for subtree (default: full page) |