browser_storage_load
Restore a browser session by loading cookies and localStorage from a storageState file or inline object. Use this to resume authenticated workflows and bypass repeated logins.
Instructions
Restore a session from a storageState (cookies + localStorage). Provide a file path or an inline state object. Note: localStorage restore navigates to each origin.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path to a storageState JSON file. | |
| state | No | Inline storageState object ({ cookies, origins }). |