I'm facing the issue that it takes approx. of 10 minutes to execute the driver.delete_all_cookies()
after upgrading Chrome.
Especially, it only happens with headless chrome
.
I also tried to upgrade the WebDriver to ChromeDriver 74.0.3729.6, but the issue still persists
Is there any solutions for this one? Thank you very much!
Over time your cache will update to the latest changes, however, it can take it awhile (usually 24 hours).
I was having this exact same problem in headless mode with Chrome 74, ChromeDriver & Selenium (via Geb). Once I added the following flag to ChromeDriver everything started working again:
--enable-features=NetworkService,NetworkServiceInProcess
I hope this helps you too.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With