flow_recording_replay
Replay a flow recording on a device. Executes each recorded step in order using element locators with coordinate fallback. Returns a full result summary with per-step pass/fail status. Validation failures are automatically skipped so the replay never blocks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platform | No | Device platform — auto-detected from recording if omitted | |
| timeoutMs | No | Max replay duration in ms (default: 300000 = 5 min) | |
| targetUdid | Yes | UDID of the device to replay on | |
| recordingId | Yes | Flow recording ID to replay (from flow_recording_list) | |
| validateElements | No | Use recorded element locators to find targets before acting (default: true; failures auto-skipped) |