硒和 qt c++?

发布于 2024-12-28 03:08:55 字数 175 浏览 2 评论 0原文

是否可以将 selenium 与 qt c++ 一起使用?

似乎 selenium 没有对 C++ 的官方支持?

http://seleniumhq.org/download/

Is it possible to use selenium with qt c++ ?

Seems like there are no official support from selenium for C++?

http://seleniumhq.org/download/

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

难以启齿的温柔 2025-01-04 03:08:55

有一个用于 Qt 应用程序的 Webdriver: https://github.com/cisco-open-source/qtwebdriver

  • 使用 selenium 绑定(python、java 等)编写测试并使用有线协议发送命令
  • 在 Qt 应用程序端安装 Qtwebdriver
  • 然后您可以使用 selenium 测试自动化 Qt 应用程序

There is a Webdriver for Qt applications: https://github.com/cisco-open-source/qtwebdriver

  • Use a selenium bindings (python, java etc..) to write tests and send command with the wire protocol
  • Install the Qtwebdriver on the Qt application side
  • Then you can automate you Qt application with selenium tests
风铃鹿 2025-01-04 03:08:55

您也许能够使用 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

说谎友 2025-01-04 03:08:55

请查看库 https://github.com/linotex/quelenium。我希望它有帮助

Please look library https://github.com/linotex/quelenium. I hope its help

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