Android 썸네일형 리스트형 안드로이드 드래그? 이벤트 (adb shell input swipe) adb shell input swipe 500 500 100 1000 100 command: adb shell input swipe xSource, ySource, xDestination, yDestination, Duration ex) adb shell input swipe 500 500 100 1000 100-> (500, 500) 좌표에서 (100,1000)로 100ms동안 터치를 해서 움직인다. 응용 :Source x,y 와 Destination x,y를 같게 설정하고 Duration만 길게하면 길게터치 (Long Press)가 된다. 더보기 안드로이드 터치 이벤트 (adb shell input tap) adb shell input tap 500 500 Command: adb shell input tap xPosition YPosition (xPosition, yPosition은 tap하고자 하는 위치를 의미) 설명: xPosition, yPosition 위치에 짧게 터치. xPosition, yPosition을 쉽게 찾는 방법은 Developer Options에서 “Show Pointer Location”을 On 하면 단말 화면 위에 터치하는 부분의 X, Y Position 값을 확인 할 수 있다. 더보기 이전 1 다음