gpt4 book ai didi

xctest - XCODE 8 xcuitest 代码生成编译错误

转载 作者:行者123 更新时间:2023-12-04 21:08:48 26 4
gpt4 key购买 nike

我已经下载了 xcode 8,并尝试在 xcuitest 中记录一个测试

但是 xcode 生成的代码给出了编译错误

生成的代码

window.tables.children(matching: .tableRow).element(boundBy: 0).children(matching: .cell).element(boundBy: 5).click()

错误
但它给出了编译错误,如 Value of type
“XCUIElementQuery”没有成员“包含”
“XCUIElementQuery”没有成员“children”
“XCUIElementQuery”没有成员“匹配”
“XCUIElementQuery”没有成员“元素”

.other 也应该改为 .Other
.cell 应更改为 .Cell 以修复错误

我在安装 xcode 8 时选择了 swift 2.3

任何帮助表示赞赏

最佳答案

看起来代码生成器迁移到了用于调用子代的新语法,而不是代码解释器。将 .children(matching: .cell) 替换为 children Matching Type(.Cell)

关于xctest - XCODE 8 xcuitest 代码生成编译错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39625661/

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