sim_screenshot
Capture a simulator screenshot and return it as an image, using base64 over SSH to avoid a separate file-transfer step.
Instructions
Capture a simulator screenshot and return it as an Image (parity with adb_screenshot).
Pipes through base64 over SSH so we don't need a separate scp step. Returns [Image, description] on success, or an error string on failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| udid | No | booted | |
| user | Yes | ||
| key_path | No |