MarketSquare / MarketSquare/webdrivermanager

Error downloading Chromedriver above 114 version

Open
#99 14 comments 4 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
104
Forks
39
PR merge metrics
No merged PRs in 30d

Description

Hello,

Since today, my scripts encounter the following error:
`ValueError: There is no such driver by url https://chromedriver.storage.googleapis.com/LATEST_RELEASE_115.0.5790`

After some research Google has changed since version 115 of Chrome the url of the file containing the download urls (cf [https://sites.google.com/chromium.org/driver/downloads](https://sites.google.com/chromium.org/driver/downloads)).

Could you please update to take account of this change?

Thanks

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the ChromeDriver download URL construction and reviewing the Chromium driver download guidance linked in the issue. The work is done when downloading ChromeDriver versions above 114 succeeds using the current URLs, while existing supported versions continue to work.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.