Skip to main content

Download or update your chromedriver automatically with this package

Project description

selenium_driver_updater

It is a fast and convenient package that can automatically download or update chromedriver binary.

Installation

Use the package manager pip to install selenium_driver_updater.

pip install selenium-driver-updater

Usage

This code simply installs chromedriver to main directory

from selenium_driver_updater import DriverUpdater as DU
import os

base_dir = os.path.dirname(os.path.abspath(__file__))
du = DU(path=base_dir, driver_name=DU.chromedriver)
file_name = du.install(upgrade=True)
print(file_name)

Supported Selenium Binaries

Chromedriver

  • Windows
  • Linux
  • MacOS
  • MacOS with M1

License

MIT

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-1.1.0.tar.gz (3.6 kB view hashes)

Uploaded Source

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