Calabash 'send_key_enter' 已弃用,如何替换它?
Calabash 'send_key_enter' is deprecated, how to replace it?
与 this list 中的其他命令一样,perform_action('send_key_enter')
已弃用。
如何更换?
这可以通过 ADB 命令完成。
system("#{default_device.adb_command} shell input keyevent KEYCODE_ENTER")
您可以在与此类似的问题中看到此回复 by lux
与 this list 中的其他命令一样,perform_action('send_key_enter')
已弃用。
如何更换?
这可以通过 ADB 命令完成。
system("#{default_device.adb_command} shell input keyevent KEYCODE_ENTER")
您可以在与此类似的问题中看到此回复 by lux