oc_recording_export
Export a recording as JSON or generate a self-contained HTML report saved to the local file system.
Instructions
Export a recording as JSON or a self-contained HTML report. For HTML, saves to ~/.openchrome/recordings/{id}/report.html and returns the path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recordingId | Yes | The recording ID to export. | |
| format | No | Export format. Default: "json". |