To jest moja sprawa:
let passwordSecureTextField = app.secureTextFields["password"]
passwordSecureTextField.tap()
passwordSecureTextField.typeText("wrong_password") //here is an error
Niepowodzenie testowania interfejsu użytkownika - ani element, ani element podrzędny nie mają fokusu na klawiaturze. Element:
Co jest nie tak? Działa to normalnie textFields
, ale problem pojawia się tylko w przypadku secureTextFields
. Jakieś obejścia?