这是我的案子:
let passwordSecureTextField = app.secureTextFields["password"]
passwordSecureTextField.tap()
passwordSecureTextField.typeText("wrong_password") //here is an error
UI 测试失败-元素和后代都没有键盘焦点。元素:
什么是错误的? 这是工作良好的正常 textFields
,但问题只出现与 secureTextFields
。有什么解决办法?