as_ui_send_keys
Send keyboard sequences to Android Studio's focused window. Use as a fallback for UI automation; requires explicit confirmation and captures a verification screenshot.
Instructions
Focus Android Studio and send a raw SendKeys sequence. Requires confirm=true.
This is a generic, lower-reliability fallback. Prefer the CLI/Gradle/ADB tools. After sending, a screenshot is captured for verification.
Args: params (SendKeysInput): keys (SendKeys string), confirm, screenshot_after.
Returns: str: JSON with the send result and a verification screenshot path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |