Export Session Recording
session_export:
Instructions
Export session action history as a replayable recording. Creates a JSON script from all mutating actions with @eN refs resolved to stable selectors. Use format='playwright' to get a Playwright JS script compatible with the execute tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session ID. | |
| name | No | Recording name. Default: auto-generated. | |
| keepExtracts | No | Include extract steps in the recording. Default: false. | |
| format | No | Output format. Default: json. |