Take Screenshot
adb_screenshotTakes a screenshot of the Android device screen, returning the image as a file path or base64 string.
Instructions
Take screenshot, returns file path or base64.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | No | Custom filename (without extension, default: timestamp) | |
| response_format | No | Output format: path or base64 | path |