Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.
/ pychromedriver Public archive

Use gitlab-ci to check and update Chrome Driver to PyPI hourly.

License

Notifications You must be signed in to change notification settings

parklam/pychromedriver

Repository files navigation

pychromedriver

Installation:

# From PyPI
pip install pychromedriver

Usage:

from selenium import webdriver
from pychromedriver import chromedriver_path

bs = webdriver.Chrome(executable_path=chromedriver_path)
bs.get('https://www.pypi.org')

About

Use gitlab-ci to check and update Chrome Driver to PyPI hourly.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published