ios_screenshot
Capture screenshots from iOS simulators to document app states and debug visual issues during React Native development.
Instructions
Take a screenshot from an iOS simulator. Returns the image data that can be displayed.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| outputPath | No | Optional path to save the screenshot. If not provided, saves to temp directory. | |
| udid | No | Optional simulator UDID (from list_ios_simulators). Uses booted simulator if not specified. |