ARCHITECTURE.md
ASYNC_README.md
COMMENT_SYSTEM_UPGRADE.md
DEPLOYMENT.md
INCREMENTAL_README.md
MANIFEST.in
PACKAGE_VALIDATION.md
QUALITY_ASSURANCE_REPORT.md
README.md
TESTING.md
requirements-dev.txt
requirements.txt
setup.py
browse_to_test/__init__.py
browse_to_test.egg-info/PKG-INFO
browse_to_test.egg-info/SOURCES.txt
browse_to_test.egg-info/dependency_links.txt
browse_to_test.egg-info/entry_points.txt
browse_to_test.egg-info/requires.txt
browse_to_test.egg-info/top_level.txt
browse_to_test/ai/__init__.py
browse_to_test/ai/base.py
browse_to_test/ai/factory.py
browse_to_test/ai/providers/__init__.py
browse_to_test/ai/providers/anthropic_provider.py
browse_to_test/ai/providers/openai_provider.py
browse_to_test/core/__init__.py
browse_to_test/core/configuration/__init__.py
browse_to_test/core/configuration/comment_manager.py
browse_to_test/core/configuration/config.py
browse_to_test/core/configuration/language_templates.py
browse_to_test/core/configuration/shared_setup_manager.py
browse_to_test/core/orchestration/__init__.py
browse_to_test/core/orchestration/async_queue.py
browse_to_test/core/orchestration/converter.py
browse_to_test/core/orchestration/session.py
browse_to_test/core/processing/__init__.py
browse_to_test/core/processing/action_analyzer.py
browse_to_test/core/processing/context_collector.py
browse_to_test/core/processing/input_parser.py
browse_to_test/output_langs/__init__.py
browse_to_test/output_langs/exceptions.py
browse_to_test/output_langs/manager.py
browse_to_test/output_langs/registry.py
browse_to_test/output_langs/common/constants.json
browse_to_test/output_langs/common/messages.json
browse_to_test/output_langs/common/patterns.json
browse_to_test/output_langs/generated/__init__.py
browse_to_test/output_langs/generated/constants.py
browse_to_test/output_langs/generated/exceptions.py
browse_to_test/output_langs/generated/imports.py
browse_to_test/output_langs/generated/utilities.py
browse_to_test/output_langs/javascript/__init__.py
browse_to_test/output_langs/javascript/metadata.json
browse_to_test/output_langs/javascript/generators/__init__.py
browse_to_test/output_langs/javascript/generators/playwright_generator.py
browse_to_test/output_langs/python/__init__.py
browse_to_test/output_langs/python/metadata.json
browse_to_test/output_langs/python/generators/__init__.py
browse_to_test/output_langs/python/generators/playwright_generator.py
browse_to_test/output_langs/python/generators/selenium_generator.py
browse_to_test/output_langs/python/templates/base_imports.txt
browse_to_test/output_langs/python/templates/exception_classes.txt
browse_to_test/output_langs/python/templates/utility_functions.txt
browse_to_test/output_langs/typescript/__init__.py
browse_to_test/output_langs/typescript/metadata.json
browse_to_test/output_langs/typescript/generators/__init__.py
browse_to_test/output_langs/typescript/generators/playwright_generator.py
browse_to_test/output_langs/typescript/templates/base_imports.txt
browse_to_test/output_langs/typescript/templates/exception_classes.txt
browse_to_test/output_langs/typescript/templates/utility_functions.txt
browse_to_test/plugins/__init__.py
browse_to_test/plugins/base.py
browse_to_test/plugins/incremental_playwright_plugin.py
browse_to_test/plugins/incremental_selenium_plugin.py
browse_to_test/plugins/playwright_plugin.py
browse_to_test/plugins/registry.py
browse_to_test/plugins/selenium_plugin.py
examples/async_usage_example.py
examples/basic_usage.py
examples/comment_system_demo.py
examples/context_aware_example.py
examples/custom_plugin_example.py
examples/incremental_demo.py
examples/incremental_test_flows.py
examples/modular_setup_demo.py
examples/multi_language_demo.py
examples/simple_usage.py
examples/example_outputs/README.md
tests/conftest.py
tests/test_action_analyzer.py
tests/test_ai_providers.py
tests/test_async_functionality.py
tests/test_async_integration.py
tests/test_async_queue_manager.py
tests/test_comment_manager.py
tests/test_config.py
tests/test_config_builder.py
tests/test_context_collector.py
tests/test_converter.py
tests/test_incremental_session.py
tests/test_input_parser.py
tests/test_integration.py
tests/test_new_api.py
tests/test_regression_fixes.py
tests/test_sensitive_data_handling.py