safari_accessibility_snapshot
Capture accessibility trees for web pages to audit roles, ARIA labels, focusable elements, and form states, supporting automated a11y 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 |
|---|---|---|---|
| selector | No | CSS selector for subtree (default: full page) | |
| maxDepth | No | Max tree depth (default: 5) |