export_state
Export browser cookies and storage to a JSON file for session persistence or analysis in debugging tasks.
Instructions
Export the complete browser state (cookies + storage) to a JSON file.
Args: save_path: Local file path to save the state JSON.
Returns: dict with status and the save path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| save_path | Yes |