Save storage state
browser_save_storage_stateSave browser session cookies and local storage to a JSON file for later reuse in new sessions.
Instructions
Save the session's cookies + localStorage to a JSON file (within the output dir) for later reuse via browser_create_session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File path within the output dir | |
| sessionId | Yes | Id of the isolated browser session |