프로그래밍언어/안드로이드

adb 로 이벤트 날리기

부산딸랑이 2022. 5. 21. 17:04

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
저작자표시 (새창열림)