Query Accessibility Tree
query_accessibility_treeSearch browser accessibility trees by ARIA role or element name to identify components for testing and auditing. Returns matching nodes with their properties to support framework-agnostic test automation.
Instructions
Search the accessibility tree by ARIA role and/or accessible name. Returns matching nodes with their properties. Example: role="button", accessibleName="Submit" finds all Submit buttons.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | ARIA role to filter by (e.g. "button", "textbox", "link", "heading"). Case-insensitive. | |
| accessibleName | No | Accessible name to match (partial or exact). Case-insensitive. | |
| backendNodeId | No | DOM backend node ID to start search from (narrows scope). |