使用Appium,当我启动应用程序时,首先出现启动屏幕,然后使用键盘登录屏幕。忘记密码按钮被键盘隐藏。在这种情况下,Appium无法找到忘记密码。 Click here
我该如何处理这类问题?
我还使用了代码driver.hideKeyboard();
,然后我在控制台中收到错误
org.openqa.selenium.WebDriverException: An unknown server-side error occurred while processing
the command. (Original error: Soft keyboard not present, cannot hide keyboard) (WARNING: The server did not provide any stack trace information)
Command duration or timeout: 118 milliseconds