在文本字段中键入字符串时,键盘不可见

时间:2017-06-13 12:53:58

标签: ios xcode selenium sendkeys appium-ios

我试图通过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 .

1 个答案:

答案 0 :(得分:4)

只需添加以下步骤

即可
  1. 打开模拟器
  2. 选择硬件
  3. 选择'切换软件键盘'

    如图enter image description here

  4. 所示