first commit

This commit is contained in:
编码猿
2024-09-27 01:26:21 +08:00
commit 63459fdc40
12 changed files with 148 additions and 0 deletions

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
https://github.com/senzhk/ADBKeyBoard
1adb shell input tap 985 1213 点击点赞
2adb shell input swipe 271 1733 208 516 从底部坐标滑到顶部坐标,滑动切换视频
adb shell input tap 149 552 从桌面打开抖音App的坐标
adb shell input tap 992 1460 点击评论图标,打开评论弹窗
adb shell input tap 347 2175 点击输入框,获得输入框焦点
adb shell input text test(废弃) 在输入框输入文字(不支持中文)
adb shell am broadcast -a ADB_INPUT_TEXT --es msg '随机评论的中文字'
adb shell input tap 1007 1854 点击发送按钮
//package:com.android.adbkeyboard