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

Getting specific chromedriver version ignores patch number #424

Description

@TravkinAlex

As partially described in #408, patch version gets ignored for chromedriver;
this has been fixed for getting LATEST version, but for getting the SPECIFIC version the issue is still relevant. relevant for both since getting latest still uses the same method
[13:04:17] I/downloader - curl -oD:\BillfoldRepos\webdriver-manager\selenium/chromedriver_76.0.3809.68.zip https://chromedriver.storage.googleapis.com/76.0.3809.12/chromedriver_win32.zip
before fix

Steps to reproduce:

  1. Use webdriver-manager 12.1.7 (currently latest)
  2. Run webdriver-manager update --versions.chrome=76.0.3809.68
  3. Actual result - download is from URL https://chromedriver.storage.googleapis.com/76.0.3809.12/chromedriver_win32.zip, actual chromedriver downloaded is 76.0.3809.12, the binary file then gets renamed (?) to 76.0.3809.68.

I've submitted a fix in #413 .

Seems like a related issue - #401 .

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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