安卓系统自带一个
input
的命令行工具,可以模拟各种输入事件。
要模拟一个
tap
,请使用。
input tap x y
Run the input
commandremotely using adb shell
:
adb shell input tap x y
其他选择是:。
shell@m0:/ $ input
input
usage: input ...
input text <string>
input keyevent <key code number or name>
input [touchscreen|touchpad|touchnavigation] tap <x> <y>
input [touchscreen|touchpad|touchnavigation] swipe <x1> <y1> <x2> <y2> [duration(ms)]
input trackball press
input trackball roll <dx> <dy>