safari_accessibility_snapshot
Capture a page's accessibility tree, including roles, ARIA labels, focusable elements, and form states, to audit and improve web accessibility.
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) |