browser_storage_state
Save browser cookies and localStorage to a JSON file for later session restoration. Returns the file path.
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 |