shaka-project / webdriver-installer

Install the right WebDriver version for your local browsers, automatically.
Apache License 2.0
2 stars 3 forks source link

fix: Retry when WebDriver updates are not available yet #24

Closed joeyparrish closed 1 year ago

joeyparrish commented 1 year ago

Some WebDriver updates for Chrome and Edge lag behind the corresponding browser releases. This will automatically retry with the previous 2 releases when a 404 is encountered.

This fixes the failure on Chrome 115 today (ChromeDriver 115 is not out yet).