Download or update your Selenium driver binaries automatically with this package
Project description
selenium_driver_updater
It is a fast and convenience package that can automatically download or update Selenium webdriver binaries for different OS.
Installation
Use the package manager pip to install selenium_driver_updater.
pip install selenium-driver-updater
Usage
This example shows how you can use this library to download chromedriver binary.
from selenium_driver_updater import DriverUpdater
import os
base_dir = os.path.dirname(os.path.abspath(__file__))
result, message, filename = DriverUpdater.install(path=base_dir, driver=DriverUpdater.chromedriver, upgrade=True)
print(filename)
Supported Selenium Binaries
Chromedriver (DriverUpdater.chromedriver)
- Windows
- Linux
- MacOS
- MacOS with M1
Geckodriver (DriverUpdater.geckodriver)
- Windows
- Linux
- MacOS
- MacOS with M1
Operadriver (DriverUpdater.operadriver)
- Windows
- Linux
- MacOS
Edgedriver (DriverUpdater.edgedriver)
- Windows
- Linux
- MacOS
- ARM
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
File details
Details for the file selenium_driver_updater-1.7.0.tar.gz
.
File metadata
- Download URL: selenium_driver_updater-1.7.0.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 pkginfo/1.7.0 requests/2.23.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4b5eea454386999b7c4fcd08da0155aade286242fcfee47c89858fc1fff082dc |
|
MD5 | a47e7fc9412d8eb26f53d91bce51680d |
|
BLAKE2b-256 | c6530446b16ca250a43dea49a9c8f053d22c93b61cb04459f100f77288e82074 |