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
Close
Hashes for chromedriver-autoinstaller-fix-1.0.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2db92e86ac9ae4ceb68d6acc8490439df85ade0aadfe99110a2bdf5aefacbff9 |
|
MD5 | e2a23fbd17c2585384f13d1e7a72abf8 |
|
BLAKE2b-256 | 84a4ef44f4fe0c5e99cc5f9a9ea8b1dcc07c5067232520486e346af7c1c162a2 |