gpt4 book ai didi

ios - IOS 中的 UIAutomation 错误

转载 作者:行者123 更新时间:2023-11-29 13:05:13 26 4
gpt4 key购买 nike

我在为我的应用程序编写的自动化脚本中遇到此错误。下面是我的脚本:

var testName = "Test 1";
var target = UIATarget.localTarget();
var app = target.frontMostApp();
var window = app.mainWindow();
window.textFields()[0].setValue("Hello");

在第 5 行,我收到“无法对无效元素执行操作:来自 target.frontMostApp().mainWindow().textFields()[0] 的 UIAElementNil”。

上述错误可能是什么原因

最佳答案

这是因为 textFields()[0] 为 nil。

mainWindow 方法返回一个窗口,textFields() 应该在 UIViewController 的 View 中。

关于ios - IOS 中的 UIAutomation 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18800346/

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