Skip to main content

A tool for updating the webdriver automatically

Project description

webdriver-update-tool

Tools for updating the webdriver automatically.

Installation

Use pip to install the webdriver-update-tool package like this:

$ pip install webdriver-update-tool

Usage

from webdriver_update_tool import update_chromedriver4mac as ucd4mac

MAC_LOCAL_CHROME_PATH = r"/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome"
PATH_TO_EXTRACT_DRIVER_ZIP = "driver"
CHROME_DRIVER_PATH = os.path.join(PATH_TO_EXTRACT_DRIVER_ZIP, "chromedriver")

ucd4mac.check_driver(MAC_LOCAL_CHROME_PATH, PATH_TO_EXTRACT_DRIVER_ZIP, CHROME_DRIVER_PATH)

License

MIT License

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

webdriver-update-tool-0.1.3.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

webdriver_update_tool-0.1.3-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

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