Checks local chrome driver version and automatically downloads the latest available version online
Project description
webdriver_auto_update
A program to check existing local chrome driver version and automatically downloads the latest available version online.
Program Functionality
- Checks local chromedriver driver version on your computer and compares it with the latest version available online.
- The latest online version/release will be downloaded if it does not match your local version.
- If no local chromedriver.exe file is found in the specified folder path, it will be downloaded automatically to that particular folder.
Pre-requisites:
- Download Google Chrome
- Pip install Selenium Library
Installation
- Make sure you have Python installed in your system.
- Run the following to install:
pip install webdriver-auto-update
Example
# webdriver_auto_update.py
from webdriver_auto_update import check_driver
## Make sure to pass in the folder used for storing/downloading chromedriver
check_driver('folder/path/of/your/chromedriver')
Note
- The objective of this program is to reduce redundancy of searching and downloading the updated version of chrome driver to the OpenSource community.
- Intended to be used in Selenium projects.
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 webdriver_auto_update-0.0.2.tar.gz
.
File metadata
- Download URL: webdriver_auto_update-0.0.2.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4652a71ee73bddc3c474b869de0b67a8b2a402439b9b897f7f6418c1ed675731 |
|
MD5 | 610711143bfc6e6af7b611415111848c |
|
BLAKE2b-256 | 233291c4b9f83cdbce5d77a0a44236ac95f3cdc8cbd71ef080937a1a5f51b90e |
File details
Details for the file webdriver_auto_update-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: webdriver_auto_update-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 512038a77e3d850b2dd3f16db82e1f8936429404790885226180ef0fb68246c0 |
|
MD5 | c56df469570c9af9820c65e12eb91adc |
|
BLAKE2b-256 | 2ba7c2e02f23002a8fe8a48b6538c11afcc413834d70b4cd1bd716893f83e148 |