input

Invia codici evento o gesture touchscreen a un dispositivo Android. Questo comando può essere usato solo attraverso abd shell. Maggiori informazioni: https://developer.android.com/reference/android/view/KeyEvent.html#constants_1.

input keyevent {{codice_evento}}

input text "{{testo}}"

input tap {{pos_x}} {{pos_y}}

input swipe {{inizio_x}} {{inizio_y}} {{fine_x}} {{fine_y}} {{durata_in_ms}}

input swipe {{pos_x}} {{pos_y}} {{pos_x}} {{pos_y}} {{durata_in_ms}}