android收集Android技术知识Android开发

adb shell input 命令模拟输入

2017-02-22  本文已影响618人  2b75747cf703

某app点赞刷量

:1
adb shell input touchscreen tap 510 272
rem adb shell input touchscreen tap 1530 272
adb shell input touchscreen tap 800 420
adb shell input touchscreen tap 782 530
adb shell input touchscreen tap 800 730
adb shell input keyevent KEYCODE_BACK
goto 1

每隔三秒刷新一次网页

:1
adb shell input swipe 540 500 540 1400
ping 127.0.0.1 -n 3 > nul
goto 1
Usage: input [<source>] <command> [<arg>...]

The sources are:
      trackball
      joystick
      touchnavigation
      mouse
      keyboard
      gamepad
      touchpad
      dpad
      stylus
      touchscreen

The commands and default sources are:
      text <string> (Default: touchscreen)
      keyevent [--longpress] <key code number or name> ... (Default: keyboard)
      tap <x> <y> (Default: touchscreen)
      swipe <x1> <y1> <x2> <y2> [duration(ms)] (Default: touchscreen)
      press (Default: trackball)
      roll <dx> <dy> (Default: trackball)
上一篇 下一篇

猜你喜欢

热点阅读