LICENSE
README.md
pyproject.toml
src/qirabot/__init__.py
src/qirabot/_applaunch.py
src/qirabot/_optional.py
src/qirabot/_transport.py
src/qirabot/bound.py
src/qirabot/client.py
src/qirabot/exceptions.py
src/qirabot/recording.py
src/qirabot/report.py
src/qirabot.egg-info/PKG-INFO
src/qirabot.egg-info/SOURCES.txt
src/qirabot.egg-info/dependency_links.txt
src/qirabot.egg-info/requires.txt
src/qirabot.egg-info/top_level.txt
src/qirabot/adapters/__init__.py
src/qirabot/adapters/airtest_adapter.py
src/qirabot/adapters/appium_adapter.py
src/qirabot/adapters/auto.py
src/qirabot/adapters/base.py
src/qirabot/adapters/playwright_adapter.py
src/qirabot/adapters/pyautogui_adapter.py
src/qirabot/adapters/selenium_adapter.py
tests/test_adapters.py
tests/test_applaunch.py
tests/test_client.py
tests/test_exceptions.py
tests/test_recording.py
tests/test_retry.py
tests/test_transport.py