This package downloads and helps you use chromedriver without needing to keep chromedriver updated regularly. Works for version no: 115.XX.XX.X and upwords.
Project description
Make sure you have upgraded version of pip
Windows
py -m pip install --upgrade pip
Linux/MAC OS
python3 -m pip install --upgrade pip
Install
pip install chromedriver-auto
or
pip3 install chromedriver-auto
This package works for chrome version >= 115.0.5790.102
Recently(24 july 2023) Google has published a new website for providing chromedriver for newer versions of CHROME BROWSER. Details: https://googlechromelabs.github.io/chrome-for-testing/
first it checks, if a chromedriver is already there or not. If no chromedriver or version miss-match found, it will download chromedriver automatically from the official website.
Use Code:
from chromedriver_auto.driver_ready import *
driver.get('https://www.google.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
File details
Details for the file chromedriver_auto-1.0.12.tar.gz
.
File metadata
- Download URL: chromedriver_auto-1.0.12.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1604c206f15b90bd935c9bfbb6fb83857091f6cfb73d8fa9c9ce10a7a95ff106 |
|
MD5 | 4cf0d71405cab21c20d4a1266075bf5d |
|
BLAKE2b-256 | 518b05cf68abcea86dd66daeb66a487f6f25bd0dd66ba8182d5f17982f3afeed |
File details
Details for the file chromedriver_auto-1.0.12-py3-none-any.whl
.
File metadata
- Download URL: chromedriver_auto-1.0.12-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f74d9c5efee7c893e342156821a74b328a37ca966f83c7cf95a9ff89f27bd4d |
|
MD5 | aabeea9ebb01b87373b74ce8b5592997 |
|
BLAKE2b-256 | 73b9fd3a9106ecb6c3610e0c9355ce7e49f434c2fc562f2ee0036fabd86b1a5e |