take_screenshot
Capture the device screen as an image to inspect visual state when text-based observations cannot answer. Use as a fallback for visual verification during mobile UI testing.
Instructions
Take a screenshot of the device screen and return it as an image (returns a large image; prefer observe_ui / observe_webview text — use only when those cannot answer).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_id | No | Target device ID. If omitted, uses the default device. |