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
作者
hcy
发布于
2019年7月9日
更新于
2024年8月17日
许可协议