Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to launch and manage chrome??
Forum Update on Monday, May 27th 2025

How to launch and manage chrome??

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 304 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Mykhailo 0
    wrote on last edited by
    #1

    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?

    1 Reply Last reply
    0
    • C Offline
      C Offline
      ChrisW67
      wrote on last edited by
      #2

      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.

      1 Reply Last reply
      3

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved