CHANGELOG.md
CLAUDE.md
MANIFEST.in
PACKAGE_VALIDATION.md
README.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/batch_processor.py
browse_to_test/ai/error_handler.py
browse_to_test/ai/factory.py
browse_to_test/ai/prompt_optimizer.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/config_adapter.py
browse_to_test/core/configuration/language_templates.py
browse_to_test/core/configuration/migration.py
browse_to_test/core/configuration/shared_setup_manager.py
browse_to_test/core/configuration/simple_config.py
browse_to_test/core/configuration/smart_defaults.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/enhanced_session.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/GOLDEN_DATASET_SUMMARY.md
examples/ai_optimization_demo.py
examples/async_usage_example.py
examples/async_usage_example_with_logging.py
examples/basic_usage.py
examples/comment_system_demo.py
examples/context_aware_example.py
examples/custom_plugin_example.py
examples/golden_dataset_examples.py
examples/incremental_demo.py
examples/incremental_test_flows.py
examples/modular_setup_demo.py
examples/multi_language_demo.py
examples/performance_comparison_example.py
examples/simple_usage.py
examples/simplified_usage_example.py
examples/example_outputs/README.md
examples/golden_dataset_outputs/api_integration_demo/demo_script.py
examples/golden_dataset_outputs/api_integration_demo/metadata.json
examples/golden_dataset_outputs/dynamic_content_testing/expected_output.py
examples/golden_dataset_outputs/dynamic_content_testing/input_automation_data.json
examples/golden_dataset_outputs/dynamic_content_testing/metadata.json
examples/golden_dataset_outputs/ecommerce_checkout_flow/expected_output.py
examples/golden_dataset_outputs/ecommerce_checkout_flow/input_automation_data.json
examples/golden_dataset_outputs/ecommerce_checkout_flow/metadata.json
examples/golden_dataset_outputs/saas_dashboard_workflow/expected_output.py
examples/golden_dataset_outputs/saas_dashboard_workflow/input_automation_data.json
examples/golden_dataset_outputs/saas_dashboard_workflow/metadata.json
examples/output/async_incremental_session_20250801_154455.py
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_async_with_logging.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_enhanced_logging.py
tests/test_incremental_session.py
tests/test_input_parser.py
tests/test_integration.py
tests/test_model_validation.py
tests/test_new_api.py
tests/test_qa_functionality.py
tests/test_regression_fixes.py
tests/test_sensitive_data_handling.py