Skip to main content

Installer for chromedriver. (Auto sync version to GoogleChrome)

Project description

chromedriver-binary-sync

Software Version MIT License

Japanese Page

Overview

Sync chromedriver version with the installed chrome version at runtime.

  • Download the version of chromedriver to match chrome at runtime.
  • Internally, the function of chromedriver-binary-auto is used.
    • It matches the version at install time.

Requirements

  • chromedriver-binary-auto

License

MIT License

OSS used

Installation

pip

pip install chromedriver-binary-sync

github

pip install git+https://github.com/bugph0bia/chromedriver-binary-sync.git

Usage

from selenium import webdriver
import chromedriver_binary_sync


# Download chromedriver to current directory.
# (chromedriver version matches installed chrome)
chromedriver_binary_sync.download()

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

Note

The path to chromedriver is not automatically added to the "PATH" environment variable, so it is necessary to pass the path to the chromedriver download destination in addition to the current directory.

Case: Download to other than the current directory

chromedriver_binary_sync.download(download_dir='...')

Case: To match a portable version of Chrome (For Windows)

chromedriver_binary_sync.download(chrome_portable=r'...\GoogleChromePortable\App\Chrome-bin\chrome.exe')

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

chromedriver_binary_sync-0.2.2-py3-none-any.whl (5.1 kB view details)

Uploaded Python 3

File details

Details for the file chromedriver_binary_sync-0.2.2-py3-none-any.whl.

File metadata

File hashes

Hashes for chromedriver_binary_sync-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 58fd481a2a53f60142056c19cd121bca86a17787df61cae46bb74c99a6f31ee8
MD5 cbb7253e83b4f05a7a41b54a09207d63
BLAKE2b-256 e1683ed693b6e6fd3e99937c4cbf3c189fe9200eb04d68881c891d23ab9a7e42

See more details on using hashes here.

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