硒和qt C++?

001*_*001 6 c++ browser selenium qt browser-automation

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

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

http://seleniumhq.org/download/

Sta*_*kop 1

您也许能够使用 json 线路协议与 Qt/C++ 应用程序中的 webdriver 服务器进行通信,但请考虑使用某种脚本语言。例如,Python 非常容易学习并且具有 Webdriver 绑定。

http://code.google.com/p/selenium/wiki/JsonWireProtocol

http://code.google.com/p/selenium/wiki/PythonBindings