from ppadb.client import Client as AdbClient
client = AdbClient(host="127.0.0.1", port=5037)
devices = client.devices()
device = devices[0]
device.shell("input touchscreen tap 600 1200")
'프로그래밍언어 > 안드로이드' 카테고리의 다른 글
마우스 좌표 찾기 (0) | 2022.05.22 |
---|---|
tasker 강제종료 (0) | 2022.05.21 |
adb 로 이벤트 날리기 (0) | 2022.05.21 |
문자열 숫자열 치환 (0) | 2014.11.27 |
SD카드 쓰기 권한 (0) | 2014.11.26 |