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
Built Distribution
File details
Details for the file AutoChromedriver-2.2.1.tar.gz
.
File metadata
- Download URL: AutoChromedriver-2.2.1.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e79b149a45b8a730c1ff5a291d243e74bdebc2e09e90f2259abfc3ba6f1707d9 |
|
MD5 | 5d9f790ebebac03cc5e6875fa1dae3a7 |
|
BLAKE2b-256 | 063afd9fe3fecdf385dc0ec126403c5b12cd4805690978e8ca613c42e4de6714 |
File details
Details for the file AutoChromedriver-2.2.1-py3-none-any.whl
.
File metadata
- Download URL: AutoChromedriver-2.2.1-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d84fb0a9ef2bb18d9c3b8e42b0edd53a2c5f176780c06de4c1e855ce8015363f |
|
MD5 | faaec14c03138c0f823d7a2f8864a7db |
|
BLAKE2b-256 | 7141b62d594d029f92d5ee1974e1ba9f8d090002fc5cb8e9c45731f1bfea87df |