开发语言:C++
实现的功能:比如我点击浏览器上面的dom,自动获取这个dom的xpath,或者在浏览器里面放自己的一些提示信息,漂浮框等等。
像开发这种功能需要用到什么开源库?开发难度大不大?
网上搜了说用chromium,还没深入了解。
对了,不是开发浏览器插件噢,我希望我的软件里面内置浏览器,然后在此基础开发相关功能
ringa_lee2017-04-17 13:49:46
The webbrowser control can be used under win32, and Qt's QtWebKit/QtWebEngine can be used across platforms (it is recommended to use the latter, the former will no longer be updated)
天蓬老师2017-04-17 13:49:46
Just call chromium directly. The QtWebEngine
and webbrowser
mentioned above do not have such interfaces. Unless you hook it yourself, the difficulty is not the same as using chromium directly.