https://github.com/dermasmid/get-chromedriver
Get the latest chromedriver for the chrome installed on your system
https://github.com/dermasmid/get-chromedriver
Last synced: 3 months ago
JSON representation
Get the latest chromedriver for the chrome installed on your system
- Host: GitHub
- URL: https://github.com/dermasmid/get-chromedriver
- Owner: dermasmid
- License: mit
- Created: 2021-06-05T22:17:15.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-06T14:56:14.000Z (almost 4 years ago)
- Last Synced: 2024-10-09T10:04:23.979Z (8 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Installation
```bash
pip3 install get_chromedriver
```# Usage
From python:
```python
import get_chromedriver
get_chromedriver.download_chromedriver()
```
From the shell:
```bash
python3 -m get_chromedriver
```The download_chromedriver() function takes a optional arg for the google chrome version, if not provided, we run `google-chrome --version`.