iPhone/iOS 自动化和 UIGestureRecognizers
我一直在使用 FoneMonkey 进行 iPhone 自动化,并且在让框架使用 UITapGestureRecognizer
检测点击时遇到了问题。有没有人有使用任何 iOS 自动化框架(FoneMonkey 或任何其他框架)的 UIGestureRecognizer
对象的经验?
I've been working with FoneMonkey for iPhone automation, and have been having issues getting the framework to detect taps with UITapGestureRecognizer
. Does anyone have any experience working with UIGestureRecognizer
objects with any iOS automation framework, either FoneMonkey or any other framework?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为什么不使用包含的 UIAutomation?
Why do you not use included UIAutomation?