如何使用 Objective-C 在 iOS 中模拟网页点击
我正在寻找适用于 iOS 的 Mechanize(Ruby/python 等)的等效版本。
我需要模拟网页中的点击(表单提交)并获取响应。我尝试使用 ASIHTTPRequest 构造 POST 请求,但没有成功。我能够在 Ruby 中(使用 Mechanize)创建一个解决方案,但我希望能够在 Objective-C 中为 iphone 开发做同样的事情。有什么建议吗?
I'm looking for an equivalent of Mechanize (Ruby/python and more) for iOS.
I need to simulate a click in a webpage (form submission) and get the response back. I tried to construct a POST-request using ASIHTTPRequest without succes. I was able to create a solution in Ruby (with Mechanize) but I want to be able to do the same in objective-c for iphone development. Any suggestions ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正如重复帖子中所述,以编程方式模拟触摸的 API 是私有的,因此不适合运输应用程序。如果您想知道如何操作,请点击链接。
As described in the duplicated posts, the API to programmatically simulate touches is private, so not appropriate for a shipping app. Follow the links if you want to know how to do it anyway.