groupon/Selenium-Grid-Extras

Cannot parse latest chromedriver version, so AutoUpgradeDrivers fails

Opened this issue · 1 comments

The current version of chromedriver (as retrieved from https://chromedriver.storage.googleapis.com/LATEST_RELEASE) is 91.0.4472.101.

Unfortunately, because this is 10 total digits, this causes the AutoUpgradeDrivers task to fail with

ERROR tasks.AutoUpgradeDrivers  - java.lang.NumberFormatException: For input string: "9104472101"

because the version, with dots removed, is greater than Java's Integer.MAX_VALUE.

Hi Jonathan,

I ran into the same problem and also wanted support for Edge Chromium. Fixed both problems, see #445.