Take Screenshot
mobile_take_screenshotCaptures and returns the current screen image of a connected Android device so you can see exactly what is displayed. Use this to inspect UI state before deciding next actions.
Instructions
Take a screenshot of the mobile device. Use this to understand what's on screen, if you need to press an element that is available through view hierarchy then you must list elements on screen instead. Do not cache this result.
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. |