How to launch and manage chrome??
Unsolved
General and Desktop
-
Tell me how can I launch Chrome from my application and get data about cookie headers and everything so that I can then restart the same page that was closed?
-
Launching Chrome: QProcess.
Everything else will be difficult,and require either a documented API from Google, or some reverse engineering.If you want to embed a browser-like functionality, based on Chromium, into your project then look at Qt WebEngine.