get_accessibility_tree
Retrieve the full accessibility tree for the current page, including ARIA roles, names, and states, to audit screen reader compatibility and accessibility issues.
Instructions
🆕 Get the full accessibility tree with ARIA roles, names, and states (screen reader view)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxDepth | No | Maximum tree depth | |
| filterRole | No | Filter by ARIA role | |
| includeHidden | No | Include hidden elements |