adb 控制手机屏幕滑动
adb 控制手机屏幕滑动
//滑动
adb shell input touchscreen swipe 930 880 930 380 //向上滑
adb shell input touchscreen swipe 930 880 330 880 //向左滑
adb shell input touchscreen swipe 330 880 930 880 //向右滑
adb shell input touchscreen swipe 930 380 930 880 //向下滑
//点击屏幕
adb shell input mouse tap 990 1221
adb 控制手机屏幕滑动
https://www.huangchaoyu.com/2645512854.html