Skip to main content

Download or update your Selenium driver binaries and their browsers automatically with this package

Project description

selenium_driver_updater

PyPI version MIT License Downloads Downloads Downloads Donate with Bitcoin Donate with Ethereum

Windows macOS Ubuntu

Open in Visual Studio Code

It is a fast and convenience package that can automatically download or update Selenium webdriver binaries and their browsers for different OS.

Installation

Use the package manager pip to install selenium_driver_updater.

pip install selenium-driver-updater

Usage in code

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_name=DriverUpdater.chromedriver, upgrade=True, check_driver_is_up_to_date=True)
print(filename)

Or you can use library to download and update chromedriver and geckodriver binaries at the same time.

from selenium_driver_updater import DriverUpdater
import os
base_dir = os.path.dirname(os.path.abspath(__file__))
list_drivers = [DriverUpdater.chromedriver, DriverUpdater.geckodriver]

result, message, filename = DriverUpdater.install(path=base_dir, driver_name=list_drivers, upgrade=True, check_driver_is_up_to_date=True)
print(filename)

Usage with help of command line

Use

selenium_driver_updater --help

To see all available arguments and commands

Supported Selenium Binaries

Chromedriver

DriverUpdater.chromedriver

For installing or updating chromedriver binary

All supported OS for this driver are:

  • Windows
  • Linux
  • MacOS
  • MacOS with M1

Chromium ChromeDriver

DriverUpdater.chromium_chromedriver

For installing or updating chromium_chromedriver binary

All supported OS's for this driver are:

  • Linux

Geckodriver

DriverUpdater.geckodriver

For installing or updating geckodriver binary

All supported OS's for this driver are:

  • Windows
  • Linux
  • MacOS
  • MacOS with M1

Operadriver

DriverUpdater.operadriver

For installing or updating operadriver binary

All supported OS's for this driver are:

  • Windows
  • Linux
  • MacOS

Edgedriver

DriverUpdater.edgedriver

For installing or updating edgedriver binary

All supported OS's for this driver are:

  • Windows
  • MacOS
  • Linux
  • ARM

PhantomJS

DriverUpdater.phantomjs

For installing or updating phantomjs binary

All supported OS's for this driver are:

  • Windows
  • MacOS
  • Linux

Supported browsers for updates

Chrome Browser

For updating chrome browser

All supported OS's for this browser are:

  • Windows
  • MacOS
  • Linux (Tested on Ubuntu 20.04)

Chromium Browser

For updating chromium browser

All supported OS's for this browser are:

  • Linux (Tested on Ubuntu 20.04)

Firefox Browser

For updating firefox browser

All supported OS's for this browser are:

  • Windows
  • MacOS
  • Linux (Tested on Ubuntu 20.04)

Opera Browser

For updating opera browser

All supported OS's for this browser are:

  • Windows
  • MacOS
  • Linux (Tested on Ubuntu 20.04)

Edge Browser

For updating edge browser

All supported OS's for this browser are:

  • Windows
  • MacOS

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

selenium_driver_updater-5.0.0b3.tar.gz (26.4 kB view details)

Uploaded Source

File details

Details for the file selenium_driver_updater-5.0.0b3.tar.gz.

File metadata

  • Download URL: selenium_driver_updater-5.0.0b3.tar.gz
  • Upload date:
  • Size: 26.4 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.6

File hashes

Hashes for selenium_driver_updater-5.0.0b3.tar.gz
Algorithm Hash digest
SHA256 b51ce2340e5fbe5c5ba1902d42be62cc5e80b319233ef1b0f80d1d7dc1e2a3c2
MD5 4e67a45424f22fdeb6eaeb9a7a0c9c4a
BLAKE2b-256 fe97f4bae67ca4cb68b72e2dfdf491de5f8c85c67cbc3e3735cfcf475ce4382f

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page