gpt4 book ai didi

iOS UITesting 如何关闭 Popover(iPad Popover NOT Alert Style)

转载 作者:可可西里 更新时间:2023-11-01 01:25:11 29 4
gpt4 key购买 nike

我有一个非常复杂的应用程序,有很多 View 和弹出窗口,可以快速选择条目。

我无法关闭弹出窗口。我尝试了很多,例如:

  • 在窗口中点击坐标
  • app.otherElements["PopoverDismissRegion"] 命中后面的元素
  • 弹出窗口(根本无法点击)

当我在 XCode 中记录它时,我得到:app.otherElements["PopoverDismissRegion"]

这对我来说毫无意义。

希望有人能帮忙。

谢谢

信息:iOS 10.2、Xcode 8.2.1、iPad Air 2(设备和模拟器,结果相同)

最佳答案

编辑

找到更好的解决方案here :

XCUIApplication().otherElements["PopoverDismissRegion"].tap()

原始解决方案:

试试这个:

XCUIApplication().windows.element(boundBy: 0).tap()

点击窗口并关闭当前事件的弹出窗口。

关于iOS UITesting 如何关闭 Popover(iPad Popover NOT Alert Style),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41890146/

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