get_accessibility_snapshot
Extract structured accessibility data from a web page to understand roles, labels, and states of interactive elements without visual analysis.
Instructions
Return the accessibility tree of a web page - structured, LLM-friendly data about page content including roles, labels, and states without requiring vision. Essential for understanding page structure and interactive elements.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| browser | No | ||
| maxDepth | No | ||
| selector | No | ||
| waitTime | No | ||
| excludeRoles | No | ||
| includeRoles | No | ||
| includeHidden | No |