Observe browser
browser_snapshotCapture a bounded page snapshot with a revisioned element catalog, without altering the DOM. Use it to inspect visible page state, including hidden elements or screenshots, and get coordinates when needed.
Instructions
Return bounded page state and a sparse, revisioned element catalog without changing the website DOM. Omitted visible/enabled mean true; omitted editable/readonly mean false. Use getBoundingBox when coordinates are needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | No | ||
| allFrames | No | ||
| maxElements | No | ||
| includeHidden | No | ||
| includeScreenshot | No |