.gitignore
.pylintrc
LICENSE
README.md
pyproject.toml
.github/workflows/publish.yml
.github/workflows/pylint.yml
.github/workflows/release.yml
.github/workflows/test.yml
.idea/misc.xml
requirements/common.txt
requirements/test.txt
surety/ui/__init__.py
surety/ui/browser.py
surety/ui/elements.py
surety/ui/folder.py
surety/ui/indexed_db.py
surety/ui/local_storage.py
surety/ui/pytest_addons.py
surety/ui/screenshots.py
surety/ui/singleton.py
surety_ui.egg-info/PKG-INFO
surety_ui.egg-info/SOURCES.txt
surety_ui.egg-info/dependency_links.txt
surety_ui.egg-info/requires.txt
surety_ui.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_browser.py
tests/test_folder.py
tests/test_indexed_db.py
tests/test_local_storage.py
tests/test_page.py
tests/test_screenshots.py
tests/test_singleton.py
tests/addons/__init__.py
tests/addons/test_compare_artifacts.py
tests/addons/test_console.py
tests/addons/test_save_screenshot.py
tests/elements/__init__.py
tests/elements/conftest.py
tests/elements/test_button.py
tests/elements/test_checkbox.py
tests/elements/test_element.py
tests/elements/test_elements.py
tests/elements/test_input.py
tests/elements/test_label.py
tests/elements/test_link.py
tests/elements/test_select.py
tests/elements/test_table.py