chromedriver-binary
Downloads and installs the chromedriver binary version 83.0.4103.39 for automated testing of webapps. The installer supports Linux, MacOS and Windows operating systems.
Installation
From PyPI
pip install chromedriver-binary
From GitHub
pip install git+https://github.com/danielkaiser/python-chromedriver-binary.git
Usage
To use chromedriver just import chromedriver_binary. This will add the executable to your PATH so it will be found. You can also get the absolute filename of the binary with chromedriver_binary.chromedriver_filename.
Example
from selenium import webdriver
import chromedriver_binary # Adds chromedriver binary to path
driver = webdriver.Chrome()
driver.get("http://www.python.org")
assert "Python" in driver.title
Exporting chromedriver binary path
This package installs a small shell script chromedriver-path to easily set and export the PATH variable:
$ export PATH=$PATH:`chromedriver-path`
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file chromedriver-binary-83.0.4103.39.0.tar.gz.
File metadata
- Download URL: chromedriver-binary-83.0.4103.39.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a02c990983fb15b36cbd11e31d3d4ab245940bc7d48315a2a632494de32c0062
|
|
| MD5 |
400d693f36c86f7697ebe398a7eb6228
|
|
| BLAKE2b-256 |
b377d7f009edb0123970bed24f938f67858933fbc480685db9a07ac4b98afcce
|