export_state
Export the complete browser state, including cookies and storage, to a JSON file by specifying a local save path.
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 |