browser_snapshot
Capture a snapshot of clickable elements on the current browser tab with unique refs for clicking. Filter by text query to handle large lists.
Instructions
Accessibility / clickable-element snapshot of the current tab, with refs (e1, e2, …) for browser_click. Filter with query for large lists (e.g. iCloud contacts).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max elements to return (default 250) | |
| query | No | Case-insensitive substring filter on element text | |
| offset | No | Skip this many matches |