0

I am getting the bellow error when trying to run automation tests, after Chrome was updated from v114 to v116

ERROR io.github.bonigarcia.wdm.online.HttpClient - Error HTTP 404 executing https://chromedriver.storage.googleapis.com/LATEST_RELEASE_116

Boni García
  • 4,618
  • 5
  • 28
  • 44
Tanata05
  • 39
  • 2
  • 8
  • This is a duplicate of https://stackoverflow.com/questions/76932496/webdrivermanager-setup-failing-to-download-chromedriver-116/76953473. To solve it, bump to the latest version of WebDriverManager (5.5.0 at the moment of this writing). See more info at https://bonigarcia.dev/webdrivermanager/#known-issues – Boni García Aug 23 '23 at 14:51

1 Answers1

0

Update your Selenium version to the latest - 4.11.0. The issue was mentioned in What's new in Selenium Manager with Selenium 4.11.0