get_aria_tree
Retrieve the accessibility tree with roles, names, and states to debug screen reader issues in React applications.
Instructions
Get the accessibility tree showing roles, names, and states. Useful for screen reader debugging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxDepth | No | Maximum depth to traverse (default: 10) | |
| selector | No | CSS selector for root element (default: body) |