最近我开始学习UITest案例写作的基础知识。
我正在尝试这样的textview。我不确定我在这里做错了什么。
let taskPersonalInformationTextView = application.textViews["Personal Information"]
taskPersonalInformationTextView.tap()
taskPersonalInformationTextView.typeText("Sample UI Testing TASK Personal Information")
请查看UITextview在不同视图容器中的位置。
如果我在这里错了,请纠正我。