Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ValueError: There is no such driver by url #5

Closed
alexander-gridnev opened this issue Sep 28, 2022 · 1 comment
Closed

ValueError: There is no such driver by url #5

alexander-gridnev opened this issue Sep 28, 2022 · 1 comment

Comments

@alexander-gridnev
Copy link

Hello, getting this issue:

 ValueError: There is no such driver by url https://chromedriver.storage.googleapis.com/106.0.5249.61/chromedriver_mac64_m1.zip

After short debugging, figured out, it's due to changed format of url here: https://chromedriver.storage.googleapis.com/

it used to be:
https://chromedriver.storage.googleapis.com/106.0.5249.61/chromedriver_mac64_m1.zip

but, for version 106.0.5249.61 it's actually became:
https://chromedriver.storage.googleapis.com/106.0.5249.61/chromedriver_mac_arm64.zip

mac64_m1.zip (old) vs mac_arm64.zip (new). Hard to say if it's permanent change, or just somebody's typo..

@alexander-gridnev
Copy link
Author

opened issue in SergeyPirogov/webdriver_manager#443, closing as duplicate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant