【发布时间】:2016-05-04 00:24:17
【问题描述】:
我收到以下异常:
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 stacktrace information)
Command duration or timeout: 368 milliseconds
我正在使用 driver.hideKeyboard() 来隐藏屏幕上打开的软输入键盘。
如何确保键盘在隐藏之前是打开的?或任何其他解决方法?
【问题讨论】:
标签: android testing selenium-webdriver keyboard appium