gpt4 book ai didi

ios - 有没有办法让键盘触发按钮按下?

转载 作者:行者123 更新时间:2023-11-28 21:14:04 25 4
gpt4 key购买 nike

我正在通过键盘在模拟器中测试 iOS 应用程序,并希望键盘返回键能够按下屏幕上的按钮。有没有办法做到这一点?我可以使用 Tab 键在 UITextField 之间移动,并通过 textFieldShouldReturn 方法捕获 Return 键,但我在页面上也有一个提交按钮,我想通过它而不是通过从键盘触发它来使用鼠标。如果有一种方法可以将焦点移到按钮上,以便我可以按照 KevinDTimm 的建议使用空格键,那就太好了。尽管我可以使用 Tab 键在 UITextFields 中移动焦点,但我只是不确定如何将焦点放在按钮上 - Tab 此时不起作用。

提前致谢

最佳答案

据我了解,您实际上想要进行自动化 UI 测试。但在这种情况下,“你”是自动化。以这种方式思考将我带到ios-automated-tests-with-uiautomation这可能不会直接解决您的问题,但可能是您应该走的路。

此博客引用了苹果 UI Automation Reference Collection其中指出:

Use the UI Automation feature to write test scripts that exercise your app’s user interface elements as it runs on a connected device. You write the tests in JavaScript, calling the UI Automation API to simulate user interaction. The system returns log information to the host computer.

关于ios - 有没有办法让键盘触发按钮按下?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10249660/

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