Skip to content

Use gitlab-ci to check and update GeckoDriver to PyPI hourly.

License

Notifications You must be signed in to change notification settings

parklam/pygeckodriver

Repository files navigation

pygeckodriver

Installation:

# From PyPI
pip install pygeckodriver

Usage:

from selenium import webdriver
from pygeckodriver import geckodriver_path

bs = webdriver.Firefox(executable_path=geckodriver_path)
bs.get('https://www.pypi.org')

About

Use gitlab-ci to check and update GeckoDriver to PyPI hourly.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published