Skip to main content

Automatically install chromedriver that supports the currently installed version of chrome.

Project description

chromedriver-autoinstaller

Automatically download and install chromedriver that supports the currently installed version of chrome. This installer supports Linux, MacOS and Windows operating systems.

Installation

pip install chromedriver-autoinstaller

Usage

Just type import chromedriver_autoinstaller in the module you want to use chromedriver.

Example

from selenium import webdriver
import chromedriver_autoinstaller


chromedriver_autoinstaller.install()  # Check if the current version of chromedriver exists
                                      # and if it doesn't exist, download it automatically,
                                      # then add chromedriver to path

driver = webdriver.Chrome()
driver.get("http://www.python.org")
assert "Python" in driver.title

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

chromedriver-autoinstaller-0.5.0.tar.gz (6.4 kB view details)

Uploaded Source

Built Distribution

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

chromedriver_autoinstaller-0.5.0-py3-none-any.whl (7.3 kB view details)

Uploaded Python 3

File details

Details for the file chromedriver-autoinstaller-0.5.0.tar.gz.

File metadata

File hashes

Hashes for chromedriver-autoinstaller-0.5.0.tar.gz
Algorithm Hash digest
SHA256 5c8468cde670f73e4cd3f60a93857bc80fd57fb2ec9650f654569fb9bc392b10
MD5 dbbdf92ab49c192041ed30f497d0ba30
BLAKE2b-256 3c887b58f1291184657865537f80334f710508c85a4fd88607d57e2c8376967a

See more details on using hashes here.

File details

Details for the file chromedriver_autoinstaller-0.5.0-py3-none-any.whl.

File metadata

File hashes

Hashes for chromedriver_autoinstaller-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bf93564fd54542f2e2f3db08d3060467ee49784b0629cd3adbb767080a8f9cc1
MD5 55a2ff723e9480f5fa8d6a548316d641
BLAKE2b-256 48055f338931cdddc82da35a8782c56b9cc73d77286dd248e0ca367d95bc2013

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