interceptor_browser_snapshot
Capture an ARIA accessibility snapshot of a page as a YAML role tree to enable LLM-driven page understanding without parsing HTML.
Instructions
Take an ARIA accessibility snapshot of the bound page (YAML-formatted role tree). Great for LLM-driven page understanding without parsing HTML.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Snapshot mode — 'ai' adds ref attributes for locator reuse | default |
| selector | No | Root selector to snapshot (default: 'body') | body |
| target_id | Yes | Target ID from interceptor_browser_launch or interceptor_camoufox_launch |