leonidessaguisagjr / webdriverdownloader

Python module to facilitate downloading and deploying WebDriver binaries. Currently supporting geckodriver, chromedriver and operachromiumdriver.
https://pypi.org/project/webdriverdownloader/
MIT License
20 stars 17 forks source link

Update CPU bit checking #11

Closed ctrlsam closed 8 months ago

ctrlsam commented 4 years ago

As the previous method wasn't accurate, especially on Window's machines, the py-cpuinfo module is now used which addresses this issue.