Summary
Apologies if this is a dupe of #180 but when running CI on Travis, tests are failing with Webdrivers::VersionError: Unable to find latest point release version for 115.0.5790 - that version does not appear to exist yet (latest is 114)
Debug Info
- Webdrivers version: 5.2.2
- Ruby version: 2.7.8
- Operating system / CI Environment: Linux/Travis
- Browser and version: Chrome, ideally latest
Expected Behavior
Webdrivers should download latest available version
Actual Behavior
Test fails with the error shown above. This works locally on Apple silicon (I deleted my cached browsers under ~/.webdrivers and ran tests successfully), but not on Travis.
Thank you!