MarketSquare / webdrivermanager

Python module to facilitate downloading and deploying WebDriver binaries for Chrome, Firefox, Opera & Edge
https://pypi.org/project/webdrivermanager/
MIT License
100 stars 38 forks source link

- Added support to download the latest of a major line for Chrome drivers (e.g. 85 or 85.0.4183) #40

Closed lmartorella closed 3 years ago

lmartorella commented 3 years ago

Since the Chrome REST API https://www.googleapis.com/storage/v1/b/chromedriver to download chrome drivers seems to support:

For example: webdrivermanager chrome:85 webdrivermanager chrome:81.0.4044

This is requires since Chrome releases are not often in sync with the driver version til the forth number.

lmartorella commented 3 years ago

This can be closed now, that the library has the support for compatible versions with the installed one.