Xcode UI Testing Error keyboard
问题 XCUIApplication *app = [[XCUIApplication alloc] init]; [app.buttons[@"Committee"] tap]; [app.buttons[@"Login"] tap]; [app.buttons[@"Add Presenter"] tap]; XCUIElement *nameTextField = app/*@START_MENU_TOKEN@*/.textFields[@"Name"]/*[[".scrollViews.textFields[@\"Name\"]",".textFields[@\"Name\"]"],[[[-1,1],[-1,0]]],[0]]@END_MENU_TOKEN@*/; [nameTextField tap]; [nameTextField typeText:@"A"]; XCUIElement *topicTextField = app/*@START_MENU_TOKEN@*/.textFields[@"Topic"]/*[[".scrollViews.textFields[@\