adb- 有没有办法模拟 IME_ACTION _DONE?

adb- Is there a way to simulate IME_ACTION _DONE?

你能在 adb shell 上模拟 IME_ACTION_DONE 命令吗?

我用过这个但是没用

adb shell input ime IME_ACTION_DONE

我正在尝试通过 运行 使用系统函数的上述命令在我的葫芦测试中使用此系统命令

使用 Calabash-Android 方法 press_user_action_button 来模拟这些交互。请注意,您的应用程序仍应处理回车键(例如 press_enter_button),因为某些手机将连接物理键盘或蓝牙键盘。