硒和 qt c++?
Is it possible to use selenium with qt c++ ?
Seems like there are no official support from selenium for C++?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
Is it possible to use selenium with qt c++ ?
Seems like there are no official support from selenium for C++?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
有一个用于 Qt 应用程序的 Webdriver: https://github.com/cisco-open-source/qtwebdriver
There is a Webdriver for Qt applications: https://github.com/cisco-open-source/qtwebdriver
您也许能够使用 json 线路协议与 Qt/C++ 应用程序中的 webdriver 服务器进行通信,但请考虑使用某种脚本语言。例如,Python 非常容易学习并且具有 Webdriver 绑定。
http://code.google.com/p/selenium/wiki/JsonWireProtocol
http://code.google.com/p/selenium/wiki/PythonBindings
You might be able to use json wire protocol to communicate with webdriver server within Qt/C++ application, but consider using some scripting language instead. For example Python is pretty easy to learn and has webdriver bindings.
http://code.google.com/p/selenium/wiki/JsonWireProtocol
http://code.google.com/p/selenium/wiki/PythonBindings
请查看库 https://github.com/linotex/quelenium。我希望它有帮助
Please look library https://github.com/linotex/quelenium. I hope its help