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.

Incognito mode

Post Reply
pushca
Posts: 37
Joined: Sat Dec 04, 2021 5:09 pm

Incognito mode

Post by pushca »

I want to run three instances of the same browser, but so that their authorizations do not meet each other. I want to use incognito mode. Now I use different directories to store cookies, but sometimes the application does not want to delete this directory after I close my application.
User avatar
salvadordf
Posts: 4563
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Incognito mode

Post by salvadordf »

Try calling TWVBrowserBase.ClearDataForOrigin('*') instead of deleting files.
Post Reply