This fork hacks in session scope to pytest-selenium fixtures. This contradicts the original library's design and might introduce bugs. Use with extreme care.
Differences from pytest-selenium:
- All provided fixtures are session-scoped.
- @pytest.mark.capabilities is removed.
Original README below.
pytest-selenium is a plugin for pytest that provides support for running Selenium based tests.