I'm facing a problem with 'Textview' type field. I am unable to enter text in FeedbackTextView
field.
let FeedbackTextView = app.staticTexts["Feedback Textview"]
FeedbackTextView.tap()
FeedbackTextView.typeText("This is test feedback")
Following error is displayed when above code is executed.
UI Testing Failure - Neither element nor any descendant has keyboard
focus. Element:
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…