first commit
This commit is contained in:
15
README.md
Normal file
15
README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
https://github.com/senzhk/ADBKeyBoard
|
||||
|
||||
1:adb shell input tap 985 1213 点击点赞
|
||||
2:adb 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
|
||||
Reference in New Issue
Block a user