Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

salvadordf ConsoleBrowser

Post Reply
sodlf159
Posts: 90
Joined: Thu Nov 09, 2023 1:55 pm

salvadordf ConsoleBrowser

Post by sodlf159 »

Are you willing to make a ConsoleBrowser for WebView4 on GitHub?
User avatar
salvadordf
Posts: 4620
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: salvadordf ConsoleBrowser

Post by salvadordf »

No. It would be very complicated because WebView2 browsers can't run in a background thread.

If you really need it you can try creating a browser in a different application and use some kind of IPC in your console application to control the application with the WebView2 browser remotely.
Post Reply