有类似 Watin 的东西可以用于 C++ 吗?
我想知道是否有像 Watin 这样的项目可用于 C++(在 Windows 上),或者我是否只需要使用 QtWebkit。
有谁知道有什么好的 IE 自动化库可以在 C++ 中正常工作并在 MS 的 WebBrowser 控件之上提供一个很好的层吗?
谢谢。
I'm wondering if there are any projects like Watin available for C++ (on Windows), or if I just have to use QtWebkit.
Does anyone know of any good IE automation libraries that work well in C++ and provide a nice layer above MS's WebBrowser control?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
您可以尝试在 C++ 中使用 Mozilla 的 Gecko/FireFox 引擎。
https://developer.mozilla.org/en/Embedding_Mozilla
You could try using Mozilla's Gecko/FireFox engine in C++.
https://developer.mozilla.org/en/Embedding_Mozilla
您可以使用 IRobotSoft Visual Web Scraper。它的包中有一个用于 C++ 的 ActiveX 控件。
You can use IRobotSoft Visual Web Scraper. It has an ActiveX control for C++ in its package.
对于自动化,请查看VOLE - 简洁的 C++ COM/自动化驱动程序。
对于 C++ Web 开发,请参阅:
For automation take a look at VOLE - A Neat C++ COM/Automation Driver.
For C++ Web development see:
您可以而且应该考虑诸如 Watir 和 硒。
You can and should also look at alternatives like Watir and Selinium.