.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/pypi-publish.yml
autoparaselenium/__init__.py
autoparaselenium/browser_pool.py
autoparaselenium/models.py
autoparaselenium/setup_utils.py
autoparaselenium.egg-info/PKG-INFO
autoparaselenium.egg-info/SOURCES.txt
autoparaselenium.egg-info/dependency_links.txt
autoparaselenium.egg-info/requires.txt
autoparaselenium.egg-info/top_level.txt
autoparaselenium/browsers/__init__.py
autoparaselenium/browsers/chrome.py
autoparaselenium/browsers/firefox.py
tests/test_browsers.py
tests/test_everything.py
tests/test_pool.py