iyke_dom
Capture an accessibility-tree snapshot of the focused pane, returning interactive elements with stable refs. Filter by substring or include hidden elements via query and all parameters.
Instructions
Take an accessibility-tree snapshot of the focused pane. Returns Playwright-style text plus structured JSON. Each interactive element gets a stable ref like e1, e2; pass that ref to iyke_click / iyke_type / iyke_key. Refs invalidate on the next snapshot or page navigation. Use query for substring filter, all=true to include hidden elements.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Include hidden + aria-hidden elements. | |
| pane | No | ||
| query | No | Substring filter against role/name/value. |