Skip to main content

A tool to download and install ChromeDriver.

Project description

Get ChromeDriver

PyPI - Python Version PyPI PyPI - License

tests

A tool to download and install ChromeDriver. Automatically download a ChromeDriver version for the current installed Chrome version. Or you can choose to download the beta version (if one is currently available), the stable version or another specific version. You can use this tool as a package import or as a command-line application.

Install

To install:

pip install get-chrome-driver

To upgrade:

pip install get-chrome-driver --upgrade

Usage

Install and use ChromeDriver with Selenium

import time
from get_chrome_driver import GetChromeDriver
from selenium import webdriver

# Install the driver:
# Downloads ChromeDriver for the installed Chrome version on the machine
# Adds the downloaded ChromeDriver to path
get_driver = GetChromeDriver()
get_driver.install()

# Use the installed ChromeDriver with Selenium
driver = webdriver.Chrome()
driver.get("https://google.com")
time.sleep(3)
driver.quit()

For downloading only

from get_chrome_driver import GetChromeDriver

get_driver = GetChromeDriver()

# Print the stable version
print(get_driver.stable_version())

# Print the stable version download link
print(get_driver.stable_version_url())

# Print the download link of a specific version
print(get_driver.version_url('84.0.4147.30'))

# Auto download ChromeDriver for the installed Chrome version
# Optional: use output_path= to specify where to download the driver
# Optional: use extract=True to extract the file
get_driver.auto_download(extract=True)

# Download the stable driver version
# Optional: use output_path= to specify where to download the driver
# Optional: use extract=True to extract the zip file
get_driver.download_stable_version(extract=True)

# Download a specific driver version
# Optional: use output_path= to specify where to download the driver
# Optional: use extract=True to extract the file
get_driver.download_version('84.0.4147.30', extract=True)

Command-line

Print the stable version url of all platforms:

get-chrome-driver --latest-urls

Print the stable version:

get-chrome-driver --stable-version

Print the stable version url:

get-chrome-driver --stable-url

Auto download ChromeDriver for the current installed Chrome version and extract the file:

get-chrome-driver --auto-download --extract

Download the stable version and extract the file:

get-chrome-driver --download-stable --extract

Download a specific version and extract the file:

get-chrome-driver --download-version 84.0.4147.30 --extract

The downloaded driver can be found at:

<current directory>/<chromedriver>/<version>/<bin>/<chromedriver>

Note: Beta version related options and functions will only work if one is currently available.

Options

--help                      Show help.

--beta-version              Print the beta version.

--stable-version            Print the stable version.

--latest-urls               Print the beta and stable version urls for all platforms.

--version-url               Print the url of a version.

--beta-url                  Print the beta version url.

--stable-url                Print the stable version url.

--auto-download             Download a ChromeDriver version for the installed Chrome Version.

--chromium                  Auto download will look for the installed Chromium version instead of Chrome.

--download-beta             Download the beta version.

--download-stable           Download the stable version.

--download-version          Download a specific version.

--extract                   Extract the compressed driver file.

--driver-filename           Print the driver filename.

--version                   App version.

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

get_chrome_driver-1.5.2.tar.gz (13.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

get_chrome_driver-1.5.2-py3-none-any.whl (14.6 kB view details)

Uploaded Python 3

File details

Details for the file get_chrome_driver-1.5.2.tar.gz.

File metadata

  • Download URL: get_chrome_driver-1.5.2.tar.gz
  • Upload date:
  • Size: 13.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for get_chrome_driver-1.5.2.tar.gz
Algorithm Hash digest
SHA256 7f247419f09a7689de38baeb9a70a6e742f4710029026ab08452aa9f29f88ada
MD5 66fca2c5d2970a9614acc4888d88a9d0
BLAKE2b-256 3aca90ea4fae6d9cf106ffa29cd7b688a69a1de500336373c3b448224867fb08

See more details on using hashes here.

File details

Details for the file get_chrome_driver-1.5.2-py3-none-any.whl.

File metadata

File hashes

Hashes for get_chrome_driver-1.5.2-py3-none-any.whl
Algorithm Hash digest
SHA256 9c888be17be03020fd4159d4a83b45ccc4458de0960afedf32a662b82952e596
MD5 4b2463c47bf2fcb645d4693c555b88c1
BLAKE2b-256 54f3e87e50fe99d92cb9c9a4de17452f1087e96e1ffaf5a078bca4000deeb211

See more details on using hashes here.

Supported by

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