Replay Session Recording
session_replay:
Instructions
Replay a recording in the current session. Executes each step directly against the browser. Override {{placeholder}} params with the params object. Set onError='skip' to continue past failures.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session ID. | |
| recording | Yes | Recording JSON string (from session_export). | |
| params | No | Parameter overrides for {{placeholder}} values. | |
| onError | No | Error handling: stop (default) or skip. |