========
Overview
Selenium webdriver extender for simplifying webdriver installation and managment, webdriver execution and more.
- Free software: MIT license
Installation
::
pip install selenium-webdriver-extender
You can also install the in-development version with::
pip install https://github.com/15minutOdmora/python-selenium-webdriver-extender/archive/master.zip
Documentation
https://python-selenium-webdriver-extender.readthedocs.io/
Development
To run all the tests run::
tox
Note, to combine the coverage data from all the tox environments run:
.. list-table::
:widths: 10 90
:stub-columns: 1
- - Windows
- ::
set PYTEST_ADDOPTS=--cov-append
tox
- - Other
- ::
PYTEST_ADDOPTS=--cov-append tox
Changelog
0.0.0 (2021-12-27)