browser_snapshot
Capture a deterministic accessibility snapshot, returning structured elements with refs and bounding boxes. Use reading, interactive, or full mode to include on-screen or full-page content.
Instructions
获取页面可访问性快照(Accessibility Tree), 返回结构化元素列表(含ref/box)。基于事件驱动确定性快照, 等待DOM静默窗口。reading/interactive 只看视口内; mode=full 自动包含全页面(视口外标注 offscreen)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| diff | No | ||
| mode | No | reading | |
| scope | No | ||
| task_id | No | ||
| wait_stable | No | ||
| include_generic | No | ||
| include_offscreen | No |