replay
Record and replay browser command sequences for testing and automation. Execute saved sequences, step through commands, and manage replayable recordings.
Instructions
Record and replay command sequences for testing and automation. Actions: repeat (immediately execute commands by history indices - use this to repeat recent actions), history (view command history), create (create sequence from indices), list (list in-memory sequences), get (get sequence details), delete (delete from memory), save (save sequence to disk), load (load sequence from disk), listSaved (list saved files), deleteSaved (delete saved file), run (load and execute sequence from disk in one step), step (execute next N commands in paused sequence), finish (complete remaining commands), insert (insert recorded commands into sequence), status (show active sequence status), startMouseRecording (start recording mouse events), stopMouseRecording (stop recording and get events), mouseRecordingStatus (check recording status)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| limit | No | Max items (default:50) | |
| lines | No | Log line numbers | |
| action | Yes | ||
| format | No | ||
| global | No | Use ~/.cdp-tools/ | |
| record | No | ||
| stepTo | No | Pause after step | |
| indices | No | Command indices | |
| issueId | No | ||
| newName | No | ||
| showAll | No | Show all sequences including completed/fixed issues | |
| filename | No | ||
| startUrl | No | ||
| issueType | No | ||
| overwrite | No | ||
| startFrom | No | Start step (1-indexed) | |
| stepCount | No | Steps to run | |
| variables | No | ||
| sequenceId | No | ||
| description | No | ||
| intoHistory | No | ||
| recordingId | No | ||
| showOverlay | No | ||
| stepTimeout | No | Per-step ms | |
| outputFormat | No | ||
| totalTimeout | No | Total ms | |
| includeHovers | No | ||
| insertIndices | No | ||
| simplifyEvents | No | ||
| expectedOutcome | No | ||
| insertAfterStep | No | ||
| preferSelectors | No | Use CSS selectors | |
| connectionReason | No | ||
| issueDescription | No | ||
| preferCoordinates | No | Use x,y clicks | |
| showReplayOverlay | No | ||
| killChromeOnFinish | No | run: kill Chrome after finishing (skipped on pause/abort) |