android_key
Press Android hardware keys such as BACK, HOME, or ENTER on a device, optionally capturing a screenshot to confirm the action.
Instructions
Press a hardware/system key.
Args: key: BACK, HOME, ENTER, TAB, DEL, APP_SWITCH, MENU, POWER, VOLUME_UP, ... The KEYCODE_ prefix is added automatically, and a raw keycode number also works. device: Device serial; defaults to the first physical device. screenshot: Return a screenshot of the result. scale: Long-edge px for that screenshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| scale | No | ||
| device | No | ||
| screenshot | No |