Skip to main content

chromedriver binaries for all platforms

Project description

chromedriver-py

downloads and installs the latest chromedriver binary version for automated testing of webapps.
the installer supports linux, mac and windows operating systems.

this package is maintained by an automated update script on travis.
if a new chromedriver version is out, this package will automaticly get updated within a day.

installation

from pypi:

$ pip install chromedriver-py

from github:

$ pip install git+https://github.com/breuerfelix/chromedriver-py.git

specific version:
choose your version here

# example for chrome version 88
pip install chromedriver-py==88.0.4324.96

usage

to use chromedriver just from chromedriver_py import binary_path.
you will get a string variable with the executable filepath for your operating system.

example

from selenium import webdriver
from chromedriver_py import binary_path # this will get you the path variable

service_object = Service(binary_path)
driver = webdriver.Chrome(service=service_object)

# deprecated but works in older selenium versions
# driver = webdriver.Chrome(executable_path=binary_path)
driver.get("http://www.python.org")
assert "Python" in driver.title

developer

you can trigger a custom build with a specific version in github actions.
just click Run workflow and put your desired version in the version input field that pops up.
the workflow tries to get your desired version and push it to pypi.

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

chromedriver-py-100.0.4896.60.tar.gz (29.4 MB view details)

Uploaded Source

Built Distribution

chromedriver_py-100.0.4896.60-py3-none-any.whl (29.5 MB view details)

Uploaded Python 3

File details

Details for the file chromedriver-py-100.0.4896.60.tar.gz.

File metadata

  • Download URL: chromedriver-py-100.0.4896.60.tar.gz
  • Upload date:
  • Size: 29.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for chromedriver-py-100.0.4896.60.tar.gz
Algorithm Hash digest
SHA256 494b143ff4ce0c851b89536c9661f0d8401a40866b7423e28ee5d24a43eada22
MD5 0c040fd399e0a6019fea0f070a5311ef
BLAKE2b-256 e963832d492e62d31ed836c3a533b1a8aa52f3e33cb8ae3bd04d70ec2f1c9b3e

See more details on using hashes here.

File details

Details for the file chromedriver_py-100.0.4896.60-py3-none-any.whl.

File metadata

  • Download URL: chromedriver_py-100.0.4896.60-py3-none-any.whl
  • Upload date:
  • Size: 29.5 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12

File hashes

Hashes for chromedriver_py-100.0.4896.60-py3-none-any.whl
Algorithm Hash digest
SHA256 5f5ce3c144684b31cb7f80bd7c9b03b6e7e30fca26ed7860c793dea614d9305d
MD5 2ac31abe744ea6874f4faa809efe235d
BLAKE2b-256 81cae73df2ce657c4964476eba295aac805c37c67d704ca38f12e3bc2773d8d2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page