c++开发浏览器相关的功能
怪我咯
怪我咯 2017-04-17 13:47:46
0
3
365

开发语言:C++
实现的功能:比如我点击浏览器上面的dom,自动获取这个dom的xpath,或者在浏览器里面放自己的一些提示信息,漂浮框等等。

像开发这种功能需要用到什么开源库?开发难度大不大?

网上搜了说用chromium,还没深入了解。

对了,不是开发浏览器插件噢,我希望我的软件里面内置浏览器,然后在此基础开发相关功能

怪我咯
怪我咯

走同样的路,发现不同的人生

reply all(3)
左手右手慢动作

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)

Peter_Zhu

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.

Ty80

https://github.com/QupZilla/qupzilla

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!