as_ui_screenshot
Capture a screenshot of the Android Studio window or the full virtual screen. Specify output path and whether to capture only the window.
Instructions
Capture a screenshot of the Android Studio window (or full screen).
Args: params (ScreenshotInput): out_path (optional), window_only (bool).
Returns: str: JSON with 'saved_to' and the captured dimensions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |