browser_checkpoint
Capture a structured snapshot of a web page or tab to store screenshots, metadata, and artifacts for later analysis.
Instructions
Capture a structured checkpoint for the current page or a specific tab. Stores checkpoint artifacts and a manifest under the server-managed checkpoint directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Unique checkpoint name for this capture. | |
| targetId | No | Target ID of the tab. If omitted, uses the first available tab. | |
| description | No | Long-form description of what the checkpoint captures. | |
| highlightSelector | No | CSS selector to highlight in the screenshot artifact. | |
| fullPage | No | Capture a full-page screenshot when the screenshot collector runs. | |
| collectors | No | Per-collector overrides. Set a collector to false to disable it or provide an options object. |