session_record_replay
Replay a stopped recording in its original tab to re-run every recorded interaction on the live page, while returning replayed and failed step counts to expose any partial failures.
Instructions
Replay a stopped recording in its original tab, reproducing the recorded interactions in order. Returns {sessionId, totalEvents, replayedEvents, failedEvents, errors}, so a partial replay reports which steps failed instead of appearing to succeed. The tab must still be open. This acts on the live page and its effects are real — it will re-send messages, re-submit forms and re-spend money — so the extension classifies it high risk and gates it behind an approval prompt. Requires the T3rnel Browser extension.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| speed | No | Replay speed multiplier; 1 is the recorded pace, 2 is twice as fast (default 1) | |
| sessionId | Yes | Stopped recording session to replay, from session_record_list |