Files
AutoDY/README.md
2024-09-27 01:26:21 +08:00

15 lines
636 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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