Save a named baseline
browser_checkpointCreate a named baseline snapshot of the current browser state before performing risky actions, enabling later comparison with browser_diff to verify changes.
Instructions
Save the currently observed state as a NAMED baseline (before a risky action). NOT undo: a comparison point for browser_diff.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| sessionId | No | optional: the session this call belongs to (from browser_session_open). Omitted uses the shared default session. |