自动点击iPhone模拟器应用程序的按钮
我正在尝试开发一个框架,在其中我想启动自动模拟器,并且我正在尝试在模拟器上启动该应用程序,并且我还想点击该应用程序的任何按钮
I am trying to develop a frame work in which I want to launch automatic simulator as well as i am trying to launch the app on simulator and i am also want to tap the any button of that app
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
SDK 附带的 UIAutomation 套件可以在模拟器上执行点击(以及几乎所有其他操作)。 O'Reilly 的这篇文章很好地解释了基础知识:
如何使用 UIAutomation 创建 iPhone UI 测试
The UIAutomation suite that comes with the SDK can perform taps (and just about everything else) on the simulator. This article from O'Reilly does a good job of explaining the basics:
How to use UIAutomation to create iPhone UI tests