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/factory.py
browse_to_test/ai/unified.py
browse_to_test/core/__init__.py
browse_to_test/core/config.py
browse_to_test/core/executor.py
browse_to_test/core/orchestration/__init__.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/utils/__init__.py
browse_to_test/core/utils/comment_manager.py
browse_to_test/core/utils/language_templates.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/playwright_plugin.py
browse_to_test/plugins/registry.py
browse_to_test/plugins/selenium_plugin.py
browse_to_test/security/__init__.py
browse_to_test/security/url_validator.py
examples/README.md
examples/__init__.py
examples/async_usage.py
examples/basic_usage.py
examples/configuration_builder.py
examples/example_steps_list.py
examples/incremental_session.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
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_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_critical_security_issues.py
tests/test_enhanced_logging.py
tests/test_generated_script_validation.py
tests/test_incremental_session.py
tests/test_input_parser.py
tests/test_integration.py
tests/test_language_selector_improvements.py
tests/test_model_validation.py
tests/test_new_api.py
tests/test_qa_functionality.py
tests/test_regression_fixes.py
tests/test_security_validation.py
tests/test_sensitive_data_handling.py