simctl_screenshot
Capture screenshots of iOS simulator devices by providing device UDID or name, output path, image format, and display target.
Instructions
Take a screenshot of a simulator device.
Args: device: Device UDID, name, or 'booted' for current device output_path: Path where to save the screenshot format: Image format (png, jpeg) display: Display to capture (internal, external)
Returns: Success message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | Yes | ||
| output_path | Yes | ||
| format | No | png | |
| display | No | internal |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |