是否可以在Android中使用ADB选择editText
中的所有文本?
现在,我正在使用命令:
sudo /Applications/sdk/platform-tools/adb shell input keyevent KEYCODE_DEL
50次,因此它会删除整个句子,但速度非常慢。
答案 0 :(得分:0)
在活动文本框中抛出以下命令
start / B adb shell输入keyevent KEYCODE_MENU& adb shell输入keyevent KEYCODE_A perl -e'select(undef,undef,undef,.3)'& adb shell输入keyevent KEYCODE_BACK
第二行会从您的应用中移除已激活的菜单(如果有的话)。如果没有,则只运行第一行。
答案 1 :(得分:0)
尝试用adb swipe
长按texteditadb shell input swipe 100 200 100 200 1000