Save Screenshot
mobile_save_screenshotCapture a screenshot of a mobile device and save it to a specified file path. Provide the device identifier and destination filename.
Instructions
Save a screenshot of the mobile device to a file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | Yes | The device identifier to use. Use mobile_list_available_devices to find which devices are available to you. | |
| saveTo | Yes | The path to save the screenshot to. Filename must end with .png, .jpg, or .jpeg |