gpt4 book ai didi

ios - Xcode UI 测试错误键盘

转载 作者:行者123 更新时间:2023-11-29 12:08:55 25 4
gpt4 key购买 nike

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[@\"Topic\"]",".textFields[@\"Topic\"]"],[[[-1,1],[-1,0]]],[0]]@END_MENU_TOKEN@*/;
[topicTextField tap];
[topicTextField tap];

我的错误是在运行 UI 测试时我收到 UI 测试失败

Neither element nor any descendant has keyboard focus.

属性:TextField 但是上面的测试通过了,我附上了一张截图,说明究竟是什么失败了 enter image description here

最佳答案

我在使用 Xcode 7.0.1 时遇到了同样的问题,并且能够通过在模拟器设置中关闭连接的硬件键盘来解决它。硬件 -> 键盘 -> 连接硬件键盘(取消选中)。 link

关于ios - Xcode UI 测试错误键盘,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34115375/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com