我试图通过appium(XCUI Test)在iOS 10.3上自动化一个场景,我必须输入一个电话号码。但是没有可见的键盘。我所拥有的只是一个数字键盘式键盘。
我使用selenium sendkeys
函数,它与其他文本字段完美配合,让键盘可见。
我得到的错误如下。
An unknown server-side error occurred while processing the command. Original error: Error Domain=com.facebook.WebDriverAgent Code=1 "Keyboard is not present" UserInfo={NSLocalizedDescription=Keyboard is not present} (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 11.00 seconds .