LICENSE
README.md
pyproject.toml
tests/test_account_pool.py
tests/test_action_executor.py
tests/test_backend_packaging.py
tests/test_case_synchronizer.py
tests/test_cc_mini_browser_port.py
tests/test_cc_mini_event_loop.py
tests/test_cc_mini_executor.py
tests/test_cc_mini_post_action.py
tests/test_cc_mini_report.py
tests/test_cc_mini_report_adapter.py
tests/test_cc_mini_screenshots.py
tests/test_cc_mini_skills.py
tests/test_cc_mini_tool_resolve.py
tests/test_cli_cc_mini.py
tests/test_crawler.py
tests/test_error_classifier.py
tests/test_file_library.py
tests/test_generate_html_from_report.py
tests/test_schema_utils.py
tests/test_status_determination.py
tests/test_url_validator.py
webqa_agent/__init__.py
webqa_agent/cli.py
webqa_agent.egg-info/PKG-INFO
webqa_agent.egg-info/SOURCES.txt
webqa_agent.egg-info/dependency_links.txt
webqa_agent.egg-info/entry_points.txt
webqa_agent.egg-info/requires.txt
webqa_agent.egg-info/top_level.txt
webqa_agent/actions/__init__.py
webqa_agent/actions/action_executor.py
webqa_agent/actions/action_handler.py
webqa_agent/actions/action_types.py
webqa_agent/actions/click_handler.py
webqa_agent/browser/__init__.py
webqa_agent/browser/account_pool.py
webqa_agent/browser/config.py
webqa_agent/browser/context_manager.py
webqa_agent/browser/event_collector.py
webqa_agent/browser/session.py
webqa_agent/config_models/__init__.py
webqa_agent/config_models/base_config.py
webqa_agent/config_models/gen_config.py
webqa_agent/config_models/run_config.py
webqa_agent/crawler/__init__.py
webqa_agent/crawler/crawl.py
webqa_agent/crawler/deep_crawler.py
webqa_agent/crawler/dom_cacher.py
webqa_agent/crawler/dom_tree.py
webqa_agent/crawler/feature_detector.py
webqa_agent/crawler/js/element_detector.js
webqa_agent/crawler/js/marker_remover.js
webqa_agent/crawler/js/text_extractor.js
webqa_agent/data/__init__.py
webqa_agent/data/gen_structures.py
webqa_agent/data/run_structures.py
webqa_agent/executor/__init__.py
webqa_agent/executor/flash_executor.py
webqa_agent/executor/flash_report_adapter.py
webqa_agent/executor/gen_executor.py
webqa_agent/executor/result_aggregator.py
webqa_agent/executor/run_executor.py
webqa_agent/executor/flash/__init__.py
webqa_agent/executor/flash/runner.py
webqa_agent/executor/flash/core/__init__.py
webqa_agent/executor/flash/core/config.py
webqa_agent/executor/flash/core/context.py
webqa_agent/executor/flash/core/engine.py
webqa_agent/executor/flash/core/llm.py
webqa_agent/executor/flash/core/mcp_client.py
webqa_agent/executor/flash/core/outcome_status.py
webqa_agent/executor/flash/core/permissions.py
webqa_agent/executor/flash/core/skill_registry.py
webqa_agent/executor/flash/core/text.py
webqa_agent/executor/flash/core/tool.py
webqa_agent/executor/flash/examples/cookies_basic.py
webqa_agent/executor/flash/features/__init__.py
webqa_agent/executor/flash/features/compact.py
webqa_agent/executor/flash/features/report.py
webqa_agent/executor/flash/features/cookies/__init__.py
webqa_agent/executor/flash/features/cookies/account_pool.py
webqa_agent/executor/flash/features/cookies/cdp_client.py
webqa_agent/executor/flash/features/cookies/switch_account_tool.py
webqa_agent/executor/flash/skills/README.md
webqa_agent/executor/flash/skills/button-check/SKILL.md
webqa_agent/executor/flash/skills/nuclei-scan/SKILL.md
webqa_agent/executor/flash/skills/plan/SKILL.md
webqa_agent/executor/flash/skills/recovery/SKILL.md
webqa_agent/executor/flash/skills/recovery/references/error-taxonomy.md
webqa_agent/executor/flash/skills/recovery/references/recovery-strategies.md
webqa_agent/executor/flash/skills/recovery/references/verification-patterns.md
webqa_agent/executor/flash/skills/ui-audit/SKILL.md
webqa_agent/executor/flash/skills/ui-audit/references/00-core-framework.md
webqa_agent/executor/flash/skills/ui-audit/references/01-anchors.md
webqa_agent/executor/flash/skills/ui-audit/references/02-information-scaffold.md
webqa_agent/executor/flash/skills/ui-audit/references/10-checklist-new-interfaces.md
webqa_agent/executor/flash/skills/ui-audit/references/11-checklist-fidelity.md
webqa_agent/executor/flash/skills/ui-audit/references/12-checklist-visual-style.md
webqa_agent/executor/flash/skills/ui-audit/references/13-checklist-innovation.md
webqa_agent/executor/flash/skills/ui-audit/references/20-patterns-chunking.md
webqa_agent/executor/flash/skills/ui-audit/references/21-patterns-progressive-disclosure.md
webqa_agent/executor/flash/skills/ui-audit/references/22-patterns-cognitive-load.md
webqa_agent/executor/flash/skills/ui-audit/references/23-patterns-visual-hierarchy.md
webqa_agent/executor/flash/skills/ui-audit/references/24-patterns-social-proof.md
webqa_agent/executor/flash/skills/ui-audit/references/25-patterns-feedback.md
webqa_agent/executor/flash/skills/ui-audit/references/26-patterns-error-handling.md
webqa_agent/executor/flash/skills/ui-audit/references/27-patterns-accessibility.md
webqa_agent/executor/flash/skills/ui-audit/references/28-patterns-personalization.md
webqa_agent/executor/flash/skills/ui-audit/references/29-patterns-onboarding.md
webqa_agent/executor/flash/skills/ui-audit/references/30-patterns-information.md
webqa_agent/executor/flash/skills/ui-audit/references/31-patterns-navigation.md
webqa_agent/executor/flash/skills/ui-audit/references/40-defects-text-quality.md
webqa_agent/executor/flash/skills/ui-audit/references/41-defects-layout-missing.md
webqa_agent/executor/flash/tests/__init__.py
webqa_agent/executor/flash/tests/conftest.py
webqa_agent/executor/flash/tests/test_cdp_client.py
webqa_agent/executor/flash/tests/test_cookie_account_pool.py
webqa_agent/executor/flash/tests/test_cookie_build_extensions.py
webqa_agent/executor/flash/tests/test_cookie_inject_latency.py
webqa_agent/executor/flash/tests/test_cookie_normalize.py
webqa_agent/executor/flash/tests/test_data_flow_events.py
webqa_agent/executor/flash/tests/test_engine_batching.py
webqa_agent/executor/flash/tests/test_engine_image_stripping.py
webqa_agent/executor/flash/tests/test_multi_worker_cookie_isolation.py
webqa_agent/executor/flash/tests/test_multi_worker_memory.py
webqa_agent/executor/flash/tests/test_runner_extension_points.py
webqa_agent/executor/flash/tests/test_switch_account_tool.py
webqa_agent/executor/flash/tools/__init__.py
webqa_agent/executor/flash/tools/download_tool.py
webqa_agent/executor/flash/tools/load_skill_tool.py
webqa_agent/executor/flash/tools/nuclei_tool.py
webqa_agent/executor/flash/tools/upload_tool.py
webqa_agent/executor/flash/tools/verify_tool.py
webqa_agent/executor/flash/tools/wait_stable_tool.py
webqa_agent/executor/flash/utils/__init__.py
webqa_agent/executor/flash/utils/data_flow.py
webqa_agent/executor/gen/__init__.py
webqa_agent/executor/gen/graph.py
webqa_agent/executor/gen/agents/__init__.py
webqa_agent/executor/gen/agents/dynamic_step_generator.py
webqa_agent/executor/gen/agents/execute_agent.py
webqa_agent/executor/gen/agents/status_determination.py
webqa_agent/executor/gen/agents/step_helpers.py
webqa_agent/executor/gen/state/__init__.py
webqa_agent/executor/gen/state/schemas.py
webqa_agent/executor/gen/utils/__init__.py
webqa_agent/executor/gen/utils/case_recorder.py
webqa_agent/executor/gen/utils/case_synchronizer.py
webqa_agent/executor/gen/utils/content_extraction.py
webqa_agent/executor/gen/utils/error_classifier.py
webqa_agent/executor/gen/utils/message_converter.py
webqa_agent/executor/gen/utils/summary_utils.py
webqa_agent/executor/gen/utils/token_timing.py
webqa_agent/executor/gen/utils/tool_config.py
webqa_agent/executor/gen/utils/url_utils.py
webqa_agent/executor/run/__init__.py
webqa_agent/executor/run/case_runner.py
webqa_agent/llm/llm_api.py
webqa_agent/mcp_server/__init__.py
webqa_agent/mcp_server/client.py
webqa_agent/mcp_server/config.py
webqa_agent/mcp_server/server.py
webqa_agent/mcp_server/task_manager.py
webqa_agent/mcp_server/tools/__init__.py
webqa_agent/mcp_server/tools/businesses.py
webqa_agent/mcp_server/tools/executions.py
webqa_agent/mcp_server/tools/files.py
webqa_agent/mcp_server/tools/testing.py
webqa_agent/prompts/__init__.py
webqa_agent/prompts/agent_execution_prompts.py
webqa_agent/prompts/focused_planning_prompts.py
webqa_agent/prompts/test_planning_prompts.py
webqa_agent/prompts/ui_automation_prompts.py
webqa_agent/static/index.html
webqa_agent/static/vite.svg
webqa_agent/static/assets/index.css
webqa_agent/static/assets/index.js
webqa_agent/static/assets/index_en-US.js
webqa_agent/static/i18n/en-US.json
webqa_agent/static/i18n/zh-CN.json
webqa_agent/templates/config.yaml.example
webqa_agent/templates/config_run.yaml.example
webqa_agent/tools/__init__.py
webqa_agent/tools/action_tool.py
webqa_agent/tools/base.py
webqa_agent/tools/registry.py
webqa_agent/tools/ux_tool.py
webqa_agent/tools/verify_tool.py
webqa_agent/tools/core/__init__.py
webqa_agent/tools/core/lighthouse.py
webqa_agent/tools/core/ui_driver.py
webqa_agent/tools/core/web_checks.py
webqa_agent/tools/custom/__init__.py
webqa_agent/tools/custom/button_check_tool.py
webqa_agent/tools/custom/lighthouse_tool.py
webqa_agent/tools/custom/link_check_tool.py
webqa_agent/tools/custom/nuclei_tool.py
webqa_agent/utils/__init__.py
webqa_agent/utils/config.py
webqa_agent/utils/data_flow_reporter.py
webqa_agent/utils/dependency.py
webqa_agent/utils/flash_utils.py
webqa_agent/utils/get_log.py
webqa_agent/utils/i18n.py
webqa_agent/utils/log_icon.py
webqa_agent/utils/reporting_utils.py
webqa_agent/utils/schema_utils.py
webqa_agent/utils/task_display_util.py
webqa_agent/utils/test_file_library.py
webqa_agent/utils/timing_breakdown.py
webqa_agent/utils/url_validator.py