https://codechacha.com/ko/android-adb-shell-input/ adb shell input keyboard keyevent 3 $ adb shell input touchscreen tap 200 2200 $ adb shell input touchscreen swipe 200 2200 200 2500 $ adb shell input touchscreen motionevent DOWN 200 2200 $ adb shell input touchscreen motionevent MOVE 200 2500 $ adb shell input touchscreen motionevent UP 200 2500