README.md
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/config.py
browse_to_test/core/configuration/language_templates.py
browse_to_test/core/configuration/shared_setup_manager.py
browse_to_test/core/frameworks/__init__.py
browse_to_test/core/frameworks/advanced_actions.py
browse_to_test/core/frameworks/modern_frameworks.py
browse_to_test/core/generation/__init__.py
browse_to_test/core/generation/page_object_generator.py
browse_to_test/core/generation/quality_enhancer.py
browse_to_test/core/generation/test_validation.py
browse_to_test/core/orchestration/__init__.py
browse_to_test/core/orchestration/converter.py
browse_to_test/core/orchestration/incremental_orchestrator.py
browse_to_test/core/orchestration/orchestrator.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/core/tooling/__init__.py
browse_to_test/core/tooling/ci_cd_integration.py
browse_to_test/core/tooling/developer_experience.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/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/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/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/typescript/__init__.py
browse_to_test/output_langs/typescript/generators/__init__.py
browse_to_test/output_langs/typescript/generators/playwright_generator.py
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
tests/test_action_analyzer.py
tests/test_ai_providers.py
tests/test_config.py
tests/test_config_builder.py
tests/test_context_collector.py
tests/test_converter.py
tests/test_incremental_orchestrator.py
tests/test_incremental_session.py
tests/test_input_parser.py
tests/test_integration.py
tests/test_new_api.py
tests/test_orchestrator.py