Downloads and unzips chromedriver to curent directory
Project description
A helper library to automatically download chromedriver to current directory
Installation
pip3 install --user autochromedriver
Usage
Commandline
autochromdriver [optional:version]
Library
If you want to download the latest version, run
import AutoChromedriver
AutoChromedriver.download_chromedriver()
If you want to download a specific version, run
import AutoChromedriver
AutoChromedriver.download_chromedriver(version="2.46")
If you want to download a specific version to a specific location, run
import AutoChromedriver
AutoChromedriver.download_chromedriver(version="2.46", location=".")
Documentation
def download_chromedriver(version="2.46")
Passing in a version is possible, and it defaults to 2.46.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
AutoChromedriver-2.2.1.tar.gz
(2.6 kB
view hashes)
Built Distribution
Close
Hashes for AutoChromedriver-2.2.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d84fb0a9ef2bb18d9c3b8e42b0edd53a2c5f176780c06de4c1e855ce8015363f |
|
MD5 | faaec14c03138c0f823d7a2f8864a7db |
|
BLAKE2b-256 | 7141b62d594d029f92d5ee1974e1ba9f8d090002fc5cb8e9c45731f1bfea87df |