Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Cannot parse latest chromedriver version, so AutoUpgradeDrivers fails #444

@JonathanLennox

Description

@JonathanLennox

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions