美文网首页
【IOS】appium+python跑自动化的时候,定位到了输入

【IOS】appium+python跑自动化的时候,定位到了输入

作者: cici_99 | 来源:发表于2018-06-12 17:41 被阅读0次

    ```

    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}

    ```

    mac 跑模拟器的时候,当定位到了输入框,但是无法输入内容,会报如上到错误,这是由于模拟器的键盘没有被弹出导致的,焦点定位到模拟器上,然后在键盘上用快捷键 command+⬆️+k,然后在模拟器上定位到输入框后,就可以弹出软键盘了,此时再次跑自动化程序到时候,只要定位到了输入框,就能正常输入了

    相关文章

      网友评论

          本文标题:【IOS】appium+python跑自动化的时候,定位到了输入

          本文链接:https://www.haomeiwen.com/subject/ujjreftx.html