.gitignore
.pre-commit-config.yaml
.travis.yml
LICENSE
Pipfile
README.rst
setup.py
tox.ini
docs/.gitignore
docs/Makefile
docs/conf.py
docs/development.rst
docs/index.rst
docs/installing.rst
docs/make.bat
docs/news.rst
docs/user_guide.rst
installation/chromedriver.sh
installation/geckodriver.sh
pytest_selenium/__init__.py
pytest_selenium/exceptions.py
pytest_selenium/hooks.py
pytest_selenium/pytest_selenium.py
pytest_selenium/safety.py
pytest_selenium/utils.py
pytest_selenium.egg-info/PKG-INFO
pytest_selenium.egg-info/SOURCES.txt
pytest_selenium.egg-info/dependency_links.txt
pytest_selenium.egg-info/entry_points.txt
pytest_selenium.egg-info/requires.txt
pytest_selenium.egg-info/top_level.txt
pytest_selenium/drivers/__init__.py
pytest_selenium/drivers/appium.py
pytest_selenium/drivers/browserstack.py
pytest_selenium/drivers/chrome.py
pytest_selenium/drivers/cloud.py
pytest_selenium/drivers/crossbrowsertesting.py
pytest_selenium/drivers/edge.py
pytest_selenium/drivers/firefox.py
pytest_selenium/drivers/internet_explorer.py
pytest_selenium/drivers/remote.py
pytest_selenium/drivers/safari.py
pytest_selenium/drivers/saucelabs.py
pytest_selenium/drivers/testingbot.py
testing/__init__.py
testing/conftest.py
testing/empty.xpi
testing/test_browserstack.py
testing/test_capabilities.py
testing/test_chrome.py
testing/test_crossbrowsertesting.py
testing/test_destructive.py
testing/test_driver.py
testing/test_driver_log.py
testing/test_edge.py
testing/test_firefox.py
testing/test_metadata.py
testing/test_report.py
testing/test_safari.py
testing/test_saucelabs.py
testing/test_testingbot.py
testing/test_webdriver.py