Save Screenshot
mobile_save_screenshotSave a screenshot of any connected mobile device to a local file. Specify device, destination path, and optional scaling or size limits to capture the current screen.
Instructions
Save a screenshot of the mobile device to a file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scale | No | Scale factor (0.0-1.0). Ignored if maxSize is provided. | |
| 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 | |
| maxSize | No | Maximum width/height in pixels, keeping aspect ratio (up to 16384). Omit for full size. |