Skip to content

updating Chrome download URL for M1 macs#29

Merged
shadowmoose merged 3 commits intoshadowmoose:masterfrom
KurtLeimeister:mac-m1-chrome-106-fix
Jan 11, 2023
Merged

updating Chrome download URL for M1 macs#29
shadowmoose merged 3 commits intoshadowmoose:masterfrom
KurtLeimeister:mac-m1-chrome-106-fix

Conversation

@KurtLeimeister
Copy link
Contributor

Older URLs until 105:
https://chromedriver.storage.googleapis.com/105.0.5195.19/chromedriver_mac64_m1.zip

New URLs, confirmed 106, 107, 108:
https://chromedriver.storage.googleapis.com/108.0.5359.22/chromedriver_mac_arm64.zip

@mentalisttraceur
Copy link
Contributor

This would break old downloads, right?

There's probably a decent amount of people out there who are interested in reproducible tests that are using fixed versions of the web drivers.

I recommend using an if statement for the old stuff, so that if the version passed in is "106.0.5249.21" or below, the old mac64_m1 is used - otherwise, the new mac_arm64.

KurtLeimeister and others added 2 commits November 22, 2022 10:20
 include check of chromedriver version to ensure chrome 106.0.5249.21 and older can still be downloaded Co-authored-by: mentalisttraceur <mentalisttraceur@gmail.com>
@shadowmoose
Copy link
Owner

Missed this over the holidays. Thanks for the contribution.

@shadowmoose shadowmoose merged commit 2c1e10e into shadowmoose:master Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants