Update chrome driver
Project description
chromedriverupdate
Quick Start
import os
from chromedriverupdate.chrome_driver import ChromeDriverUpdate
CHROME_DRIVER_PATH = '...'
def _browser():
return webdriver.Chrome(
# Your settings
)
try:
browser = _browser()
except SessionNotCreatedException as e:
ChromeDriverUpdate(e.msg, os.path.dirname(CHROME_DRIVER_PATH)).update()
browser = _browser()
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
chromedriverupdate-1.0.0.tar.gz
(14.8 kB
view details)
Built Distribution
File details
Details for the file chromedriverupdate-1.0.0.tar.gz
.
File metadata
- Download URL: chromedriverupdate-1.0.0.tar.gz
- Upload date:
- Size: 14.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | de22129e4083bf6419215909406f4401826bae469d264cfba67d7892b4d840c3 |
|
MD5 | 41bb57d8928d0ee2831181e480a975fe |
|
BLAKE2b-256 | b8d3731a88e419da6f148e9f3612599ff1822adcaa4b5862346bfc307118e87c |
File details
Details for the file chromedriverupdate-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: chromedriverupdate-1.0.0-py3-none-any.whl
- Upload date:
- Size: 15.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5798d2bca4431afdb269c1c08e37fa6907051b7f3666efbd54a72ccf14a2f718 |
|
MD5 | 2a2d3ca08e5ac270aa41dbccdb2fdc71 |
|
BLAKE2b-256 | 4ad351ff33dad05333dd70011dcbc96beeebb692312c79f7f71306534ded3675 |