chromedriver-py 101.0.4951.15
pip install chromedriver-py==101.0.4951.15
Released:
chromedriver binaries for all platforms
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License
- Author: Felix Breuer
- Tags chromedriver, cross-platform, binaries, binary
Classifiers
- License
- Operating System
- Programming Language
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
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License
- Author: Felix Breuer
- Tags chromedriver, cross-platform, binaries, binary
Classifiers
- License
- Operating System
- Programming Language
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 chromedriver-py-101.0.4951.15.tar.gz
.
File metadata
- Download URL: chromedriver-py-101.0.4951.15.tar.gz
- Upload date:
- Size: 28.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e1dc9c33c30fd057d464b84ab05e86eb8ca5c27d28bce65c139bdee9db7248fb |
|
MD5 | 51276eb1cfff522ab56c6e267aa4ed2f |
|
BLAKE2b-256 | c244107044623accbdff32c7edda23e7f4dd95978fdfd4b5d2f1f0df5ffec2c7 |
File details
Details for the file chromedriver_py-101.0.4951.15-py3-none-any.whl
.
File metadata
- Download URL: chromedriver_py-101.0.4951.15-py3-none-any.whl
- Upload date:
- Size: 28.8 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c6566ffc0e91fe73a757f2f8893537a9d39e9962dc442b4f6483cb0400150757 |
|
MD5 | d7457997a8b974a62121d2d5bdd8fed3 |
|
BLAKE2b-256 | ef83d015a5b1e62fb59de1e75cfe260bab07702b50ff90eab65fbbd0a7e1a226 |