import_state
Import browser state from a JSON file by creating a new context, restoring previous session data for continued analysis.
Instructions
Import browser state from a JSON file by creating a new context.
Args: state_path: Path to the state JSON file (exported by export_state).
Returns: dict with status and the new context name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state_path | Yes |