Skip to main content

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

Project description

chromedriver-autoinstaller-max

chromedriver-autoinstaller-max was forked from the original python-chromedriver-autoinstaller repository.

Installation

pip install chromedriver-autoinstaller-max

Usage

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

Example

from selenium import webdriver
import chromedriver_autoinstaller_max


chromedriver_autoinstaller_max.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

Authors & Contributors

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-max-1.0.6.tar.gz (7.7 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file chromedriver-autoinstaller-max-1.0.6.tar.gz.

File metadata

File hashes

Hashes for chromedriver-autoinstaller-max-1.0.6.tar.gz
Algorithm Hash digest
SHA256 497aa773495a248c7514390dae9743fc7c80d857f67d35731bffa829585d7a8d
MD5 6849ef2aec483231bd5370e563d828fb
BLAKE2b-256 e09d792e56b0eca7414dd2d2f6c4672bb049c416795251485b394a3ca3e54e09

See more details on using hashes here.

Provenance

File details

Details for the file chromedriver_autoinstaller_max-1.0.6-py3-none-any.whl.

File metadata

File hashes

Hashes for chromedriver_autoinstaller_max-1.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 52cf5d6663fbdaeb950679794d4d36240bf9b611428ac5572346b92a2bdb0a7f
MD5 3188cb5fde639fd78efbc3b11781f3f1
BLAKE2b-256 0211cb9a47dff6862d2da25aaadd78e1c082f13707da181ec7ca169653e5cd25

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