This is a Python script designed for efficiently downloading chromedriver
versions for Linux64 distributions. The script fetches information from chrome-for-testing and allows users to specify a particular version or major number.
Intended Use: Primarily for automation purposes.
-
Install dependencies:
pip install -r requirements.txt
-
Examples of usage:
-
To download
chromedriver
for version 120:python download-chromedriver.py --version 120
-
To download a specific version (e.g., 116.0.5845.96):
python download-chromedriver.py --version 116.0.5845.96
-
- Python