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

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

Contributors 2

  •  
  •