Skip to main content

A package to automatically update Chromedriver to match the installed Chrome version.

Project description

Jafri Chromedriver Installer

jafri-chromedriver-installer is a Python package that automatically updates the Chromedriver to match the installed Chrome version on your system. This package ensures that your Selenium tests run smoothly by always having the correct version of Chromedriver.

Features

  • Automatically detects the installed Chrome version on macOS and Windows.
  • Downloads and extracts the matching Chromedriver version.
  • Replaces the existing Chromedriver if the versions do not match.
  • Easy to use via a simple command-line interface.

How to use it:

You can just add these lines in your code before executing driver

from jafri_chromedriver_installer import installer
installer.install_chromedriver()

Installation

You can install the package using pip:

pip3 install jafri-chromedriver-installer

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jafri_chromedriver_installer-0.1.1.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

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