An open API service indexing awesome lists of open source software.

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

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`.