gpt4 book ai didi

swift - Xcode 7 UI 测试 - 无法在搜索栏中输入文本

转载 作者:IT王子 更新时间:2023-10-29 05:30:24 25 4
gpt4 key购买 nike

以下 UI 测试 代码将成功点击 UISearchBar 元素。软件键盘出现,搜索栏看起来有焦点。 (即它会像有人点击它一样动画)

let searchBar = XCUIApplication().otherElements["accessibility_label"]
searchBar.tap()
searchBar.typeText("search text")

但是,typeText 失败了:

UI Testing Failure - Neither element nor any descendant has keyboard focus. Element:

注意:硬件->键盘->连接硬件键盘已关闭。这解决了文本字段的相同问题,但搜索栏仍然失败。

最佳答案

我发现了一些东西:

let app = XCUIApplication()
app.tables.searchFields["Search"].tap()
app.searchFields["Search"].typeText("something")

它看起来很奇怪,但对我有用。

关于swift - Xcode 7 UI 测试 - 无法在搜索栏中输入文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33394483/

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