Envía códigos de eventos o gestos de pantalla táctil a un dispositivo Android. Este comando solo se puede usar a través de
adb shell
. Más información: https://developer.android.com/reference/android/view/KeyEvent.html#constants_1.
input keyevent {{codigo_evento}}
%s
representa espacios):input text "{{texto}}"
input tap {{x_pos}} {{y_pos}}
input swipe {{x_start}} {{y_start}} {{x_end}} {{y_end}} {{duracion_en_ms}}
input swipe {{x_pos}} {{y_pos}} {{x_pos}} {{y_pos}} {{duracion_en_ms}}