browser_storage_state
Save cookies and localStorage to a JSON file. Reload it later to restore the browsing state.
Instructions
Save cookies + localStorage to a JSON file. Reload it later via browser_new_session(storage_state=path). Returns the file path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | No | ||
| path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |