simctl_record_video
Record video from an iOS Simulator device. Configure codec, display, and output path for the recording.
Instructions
Start recording video of a simulator device.
Args: device: Device UDID, name, or 'booted' for current device output_path: Path where to save the video codec: Video codec (hevc, h264) display: Display to record (internal, external)
Returns: Recording start message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | Yes | ||
| output_path | Yes | ||
| codec | No | hevc | |
| display | No | internal |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |