Automatically install chromedriver that supports the currently installed version of chrome.
Project description
chromedriver-autoinstaller-fix
chromedriver-autoinstaller-fix was created to address the "WARNING:root:Cannot find chromedriver for the currently installed Chrome version." error, which remains unresolved in the original python-chromedriver-autoinstaller repository.
By using chromedriver-autoinstaller-fix, you shouldn't encounter installation errors if you're using Chrome versions greater than 115.
Installation
pip install chromedriver-autoinstaller-fix
Usage
Just type import chromedriver_autoinstaller_fix in the module you want to use chromedriver.
Example
from selenium import webdriver
import chromedriver_autoinstaller_fix
chromedriver_autoinstaller_fix.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
Would appreciate a Star :)
Project details
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-autoinstaller-fix-1.0.1.tar.gz.
File metadata
- Download URL: chromedriver-autoinstaller-fix-1.0.1.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ffa91cb4fbc2173d19af28c3373bf6b5d5972e37da755377e6352d5995a9a0b
|
|
| MD5 |
828772559f9f5721b70eb97488a8cc07
|
|
| BLAKE2b-256 |
88503c4acf840fa119585c19dce4f7581ed1ccd37c184b835d8b807cff5dd448
|