flow_recording_start
Start recording a new scenario on a device. Automatically captures the initial app state and adds an appLaunch step. Returns a recordingId — pass it to flow_recording_action for each step, then flow_recording_save when done.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the recording | |
| udid | Yes | Device UDID to record on | |
| category | No | Recording category (default: test) | |
| platform | No | Platform — auto-detected from connected devices if omitted |