ios_actions_replay
Replay a stored recording against a device: each step's element is re-resolved from its recorded locators, then the recorded action is performed again. Reports per step which locator worked, whether it RECOVERED (the recorded one failed and an alternate matched — that step's locator needs attention before it fails outright), whether the element's accessible name drifted, and any state that changed since recording (a button now disabled, an element now hidden). Web steps only: native steps and steps recorded by coordinates come back unsupported rather than being replayed blind onto whatever now occupies that point.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| udid | Yes | iOS device UDID to replay against | |
| recordingId | Yes | Recording id from ios_actions_record_stop or ios_actions_recordings | |
| stopOnFailure | No | Stop at the first failed step. Default false — the second failure usually explains the first. |