Automatically install chromedriver that supports the currently installed version of chrome.
Project description
chromedriver-autoinstaller-max
chromedriver-autoinstaller-max was forked from the original python-chromedriver-autoinstaller repository.
Installation
pip install chromedriver-autoinstaller-max
Usage
Just type import chromedriver_autoinstaller_max in the module you want to use chromedriver.
Example
from selenium import webdriver
import chromedriver_autoinstaller_max
chromedriver_autoinstaller_max.install() # Check if the current version of chromedriver exists
# and if it doesn't exist, download it automatically,
# then add chromedriver to path
driver = webdriver.Chrome()
driver.get("http://www.python.org")
assert "Python" in driver.title
Authors & Contributors
- CHIDA <iam.yeongbin.jo@gmail.com>
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file chromedriver-autoinstaller-max-1.0.6.tar.gz.
File metadata
- Download URL: chromedriver-autoinstaller-max-1.0.6.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
497aa773495a248c7514390dae9743fc7c80d857f67d35731bffa829585d7a8d
|
|
| MD5 |
6849ef2aec483231bd5370e563d828fb
|
|
| BLAKE2b-256 |
e09d792e56b0eca7414dd2d2f6c4672bb049c416795251485b394a3ca3e54e09
|
File details
Details for the file chromedriver_autoinstaller_max-1.0.6-py3-none-any.whl.
File metadata
- Download URL: chromedriver_autoinstaller_max-1.0.6-py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52cf5d6663fbdaeb950679794d4d36240bf9b611428ac5572346b92a2bdb0a7f
|
|
| MD5 |
3188cb5fde639fd78efbc3b11781f3f1
|
|
| BLAKE2b-256 |
0211cb9a47dff6862d2da25aaadd78e1c082f13707da181ec7ca169653e5cd25
|