import_state
Load a browser state from a JSON file to create a new context for resuming debugging and reverse engineering sessions.
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 |