LICENSE
README.md
pyproject.toml
setup.py
sbcdp/__init__.py
sbcdp/__version__.py
sbcdp/chrome.py
sbcdp/settings.py
sbcdp.egg-info/PKG-INFO
sbcdp.egg-info/SOURCES.txt
sbcdp.egg-info/dependency_links.txt
sbcdp.egg-info/not-zip-safe
sbcdp.egg-info/requires.txt
sbcdp.egg-info/top_level.txt
sbcdp/api/__init__.py
sbcdp/api/action.py
sbcdp/api/base.py
sbcdp/api/dom.py
sbcdp/api/gui.py
sbcdp/api/navigation.py
sbcdp/api/network.py
sbcdp/api/page_info.py
sbcdp/api/wait.py
sbcdp/core/__init__.py
sbcdp/core/colored_traceback.py
sbcdp/core/detect_b_ver.py
sbcdp/core/download_helper.py
sbcdp/core/encoded_images.py
sbcdp/core/proxy_helper.py
sbcdp/driver/__init__.py
sbcdp/driver/_contradict.py
sbcdp/driver/browser.py
sbcdp/driver/cdp_util.py
sbcdp/driver/config.py
sbcdp/driver/connection.py
sbcdp/driver/element.py
sbcdp/driver/tab.py
sbcdp/fixtures/__init__.py
sbcdp/fixtures/constants.py
sbcdp/fixtures/css_to_xpath.py
sbcdp/fixtures/errors.py
sbcdp/fixtures/js_utils.py
sbcdp/fixtures/page_actions.py
sbcdp/fixtures/page_utils.py
sbcdp/fixtures/shared_utils.py
sbcdp/fixtures/xpath_to_css.py
tests/test_args.py
tests/test_async_chrome.py
tests/test_check_cdp.py
tests/test_cloudflare.py
tests/test_methods_async.py
tests/test_methods_sync.py
tests/test_sync_chrome.py