flow_replay_step_screenshot
Return the screenshot for one step of a replay as an image you can view directly. kind="recorded" is what was captured during recording; "live" is what the device showed during replay; "diff" is the visual diff overlay. Use selectively — not every step needs visual inspection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | Which image to load | |
| replayId | Yes | Replay ID | |
| stepIndex | Yes | Step index (1-based) |