breuerfelix / chromedriver-py

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

Helper to make it easy to install the version you need #21

Closed lundstrj closed 7 months ago

lundstrj commented 2 years ago

As mentioned ages ago, I wrote a little bit of code to make it easier to ship code containing chromedriver-py. This logic helps me install the version my user actually needs instead of throwing exceptions because they updated Chrome a few days after they pip installed my software.

Does it support windows? Not at the moment. Does it support Linux? Not quite. Does it support MacOS? Yes, yes it does =)

AlirezaRoshanzamir commented 1 year ago

I had the same issue and I developed https://github.com/AlirezaRoshanzamir/chromedriver-py-auto myself.