saveScenario
Persist recorded browser actions as a named scenario for later reuse. Save output from stopRecording to disk, optionally adding tags and a description.
Instructions
Save recorded actions as a scenario. Call this after stopRecording to persist the scenario to disk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Scenario name | |
| tags | No | Tags for organizing scenarios (optional) | |
| actions | Yes | Array of recorded actions (from stopRecording) | |
| secrets | No | Secrets object (from stopRecording) | |
| description | No | Scenario description (optional) |