chromedriver-autodownloader

A super simple automatic chromedriver downloader


Keywords
automatic, chromedriver, downloader
Licenses
Apache-2.0/MIT-feh
Install
pip install chromedriver-autodownloader==0.2.0

Documentation

A Super Simple Automatic Chromedriver Downloader

Installation:

pip install chromedriver-autodownloader

Usage:

from chromedriver_autodownloader import download_chromedriver
download_chromedriver() # download and extract chromedriver to current directory
# or
download_chromedriver(target_dir) # download and extract to spesified target directory

if you use helium and want to extract chromedriver to it's webdriver path you can code as below

download_chromedriver('helium')