breuerfelix / chromedriver-py

chromedriver self updated binaries for all platforms
https://pypi.org/project/chromedriver-py/
Apache License 2.0
50 stars 16 forks source link

Couldn't find a binary for your system: darwin / arm64. #22

Closed xaptronic closed 1 year ago

xaptronic commented 1 year ago

Hello! After a recent chromedriver version bump, I am getting this message:

Couldn't find a binary for your system: darwin / arm64.

It appears that since 106.0.5249.61 the zip file name is now chromedriver_mac_arm64 instead of chromedriver_mac_m1.

Happy to help contribute a patch to help out.

image

vs

image

breuerfelix commented 1 year ago

wow, why the fuck are they always updating their names :D this is annoying and hard to automate, but thanks for the hint, this is an easy fix :) next versions will have the arm binary again!

breuerfelix commented 1 year ago

can you try version 107.0.5304.19 ?

xaptronic commented 1 year ago

yes, will try when my macosx chrome updates to 107 (it's still at 106) - thanks!

xaptronic commented 1 year ago

We're all good - tysm!