storage_state_load
Restore a saved session by loading cookies and localStorage from a JSON file. Use before visiting a protected site to bypass authentication.
Instructions
⭐ Load cookies + localStorage from a saved JSON file.
Call BEFORE navigating to protected site so session is ready.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |