Reputation: 394
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!
Upvotes: 5
Views: 844
Reputation: 111
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.
Upvotes: 6
Reputation: 1996
There is Browser Cleaning Data Issue in Chrome Browser v74. It takes too long to reset and clear cache data and it never stops and the blue circle going around and around and never stop. Please try to disable all the unusual extensions if there.
I am not sure if its already logged. But i logged Issue - 960325. Would keep you updated if i hear something on this.
Note - You would face this issue if you delete cookies manually or by scripts irrespective of browser mode. For some people it got resolved automatically.
Upvotes: 3