get_accessibility_tree
Retrieve the accessibility tree of a web page, including roles, names, and CSS selectors. Filter by ARIA roles and paginate results with limit and offset.
Instructions
Returns the page accessibility tree with roles, names, and selectors. Browser-only. Supports filtering by ARIA roles and pagination via limit/offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of nodes to return (0 = no limit) | |
| offset | No | Number of nodes to skip for pagination | |
| roles | No | Filter by ARIA roles, e.g. ["button", "link", "heading"] |