Sende Eventcodes oder Touchscreengesten an ein Android-Gerät. Dieser Befehl kann nur mit
adb shell
verwendet werden. Weitere Informationen: https://developer.android.com/reference/android/view/KeyEvent.html#constants_1.
input keyevent {{eventcode}}
%s
wird als Leerzeichen verwendet):input text "{{text}}"
input tap {{x_pos}} {{y_pos}}
input swipe {{x_start}} {{y_start}} {{x_ende}} {{y_ende}} {{dauer_in_ms}}
input swipe {{x_pos}} {{y_pos}} {{x_pos}} {{y_pos}} {{dauer_in_ms}}