Yanked
This release has been yanked by its maintainers, and will be ignored by installers, except when explicitly specified.
Reason given by maintainers: deprecated
pyautogecko
Fork of geckodriver-autoinstaller which is no longer mantained. Automatically download and install geckodriver that supports the currently installed version of firefox. This installer supports Linux, MacOS and Windows operating systems.
Installation
pip install pyautogecko
Usage
Just type import pyautogecko in the module you want to use geckodriver.
Example
from selenium import webdriver
import pyautogecko
pyautogecko.install() # Check if the current version of geckodriver exists
# and if it doesn't exist, download it automatically,
# then add geckodriver to path
driver = webdriver.Firefox()
driver.get("http://www.python.org")
assert "Python" in driver.title
Release files for pyautogecko 0.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyautogecko-0.1.3.tar.gz | 4.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyautogecko-0.1.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.4 kB
Release files / pyautogecko-0.1.3.tar.gz
| Download URL | pyautogecko-0.1.3.tar.gz |
|---|---|
| Size | 4.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
34407a17283386470a63d960207f2b5f1e847d0052bce239baf190cacc20f250
|
|
BLAKE2b-256 checksum How to use checksums |
3fd00a6497221f32c0fdaa9cb588f30431a6da9a7b97fd870e8c92f688b0a0ea
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.10.4
|
Release files / pyautogecko-0.1.3-py3-none-any.whl
| Download URL | pyautogecko-0.1.3-py3-none-any.whl |
|---|---|
| Size | 5.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
fec94487558c7d26c5a27d2ade23dde76f2359c9de78793193ccb406f9144eb3
|
|
BLAKE2b-256 checksum How to use checksums |
6d781d1d279a3cd07c47aa22b5d3dd07ef54f2a755ea3987f3713070765146b7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.10.4
|