safari_accessibility_snapshot
Retrieve the accessibility tree of a webpage to audit roles, ARIA labels, focusable elements, and form states. Essential for a11y auditing.
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) |