如何使用 Objective-C 在 iOS 中模拟网页点击

发布于 2024-12-14 20:26:47 字数 202 浏览 2 评论 0原文

我正在寻找适用于 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

倥絔 2024-12-21 20:26:47

正如重复帖子中所述,以编程方式模拟触摸的 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文