在Xcode UITest中使用typeText时,第二个字总是消失

时间:2017-05-29 21:14:29

标签: uitextview xcode-ui-testing

我有一个UITest,我试图确认文本正确保存,输入就像这样:

let wonderfulTextView = elementsQuery.textViews["Wonderful"]
wonderfulTextView.tap()
wonderfulTextView.typeText("Think of all the beauty left around you and be happy")

但它始终缺少第二个词,无论我放入什么样的文字。上面的内容最终会被认为是#34;想想所有美丽......"

1 个答案:

答案 0 :(得分:0)

通过确保硬件键盘在模拟器中断开连接来解决此问题。

how to disconnect hardware keyboard