LICENSE.md
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
src/selenium_profiles_brand/__init__.py
src/selenium_profiles_brand/webdriver.py
src/selenium_profiles_brand.egg-info/PKG-INFO
src/selenium_profiles_brand.egg-info/SOURCES.txt
src/selenium_profiles_brand.egg-info/dependency_links.txt
src/selenium_profiles_brand.egg-info/requires.txt
src/selenium_profiles_brand.egg-info/top_level.txt
src/selenium_profiles_brand/files/__init__.py
src/selenium_profiles_brand/files/proxy_extension/background.js
src/selenium_profiles_brand/files/proxy_extension/manifest.json
src/selenium_profiles_brand/files/tmp/__init__.py
src/selenium_profiles_brand/files/tmp/proxy_extension/manifest.json
src/selenium_profiles_brand/js/__init__.py
src/selenium_profiles_brand/js/export_profile.js
src/selenium_profiles_brand/js/fetch.js
src/selenium_profiles_brand/js/undetected/__init.py
src/selenium_profiles_brand/js/undetected/get_cdc_props.js
src/selenium_profiles_brand/js/undetected/navigator_webdriver.js
src/selenium_profiles_brand/js/undetected/remove_cdc_props.js
src/selenium_profiles_brand/profiles/__init__.py
src/selenium_profiles_brand/profiles/default.json
src/selenium_profiles_brand/profiles/example.json
src/selenium_profiles_brand/profiles/profiles.py
src/selenium_profiles_brand/profiles/scratch.json
src/selenium_profiles_brand/scripts/__init__.py
src/selenium_profiles_brand/scripts/driver_utils.py
src/selenium_profiles_brand/scripts/profiles.py
src/selenium_profiles_brand/scripts/proxy.py
src/selenium_profiles_brand/scripts/undetected.py
src/selenium_profiles_brand/utils/__init__.py
src/selenium_profiles_brand/utils/colab_utils.py
src/selenium_profiles_brand/utils/utils.py
tests/test_driver.py