record_start
Initiate a screen recording on a booted iOS simulator. The recording runs in the background, allowing continued interaction until finalized with record_stop.
Instructions
Starts a screen recording on a booted iOS simulator. The recording runs in a detached background process. Call record_stop to finalize and retrieve the file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| udid | Yes | Simulator UDID | |
| saveTo | No | Destination file path (must end .mp4). Defaults to a tmp file. |