这是我的情况:
let passwordSecureTextField = app.secureTextFields["password"] passwordSecureTextField.tap() passwordSecureTextField.typeText("wrong_password") //here is an error
UI测试失败-元素或任何后代都没有键盘焦点。元件:
怎么了?这对于正常情况是很好的textFields,但是问题仅在出现时出现secureTextFields。任何解决方法?
textFields
secureTextFields
这个问题使我感到非常痛苦,但是我设法找到了适当的解决方案。在模拟器中,确保已关闭“硬件->键盘->连接硬件键盘”。