HISTORY.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
tests/__init__.py
tests/conftest.py
tests/test_base.py
tests/test_certificate_errors.py
tests/test_feature_execution.py
tests/api_testing_app/Dockerfile
tests/api_testing_app/Readme.md
tests/api_testing_app/main.py
tests/api_testing_app/requirements.txt
tests/future_test_features/SFdragNdrop/SFdragNdrop.feature
tests/future_test_features/SFdragNdrop/expected_results.txt
tests/future_test_features/SFdragNdrop/test_data.txt
tests/future_test_features/SalesforceGanttChart/SalesforceGanttChart.feature
tests/future_test_features/SalesforceGanttChart/expected_results.txt
tests/future_test_features/SalesforceGanttChart/test_data.txt
tests/future_test_features/Selectorshub/Selectorshub.feature
tests/future_test_features/Selectorshub/expected_results.txt
tests/future_test_features/expandTesting/expandTesting.feature
tests/future_test_features/expandTesting/expected_results.txt
tests/future_test_features/productSearch/expected_results.txt
tests/future_test_features/productSearch/productSearch.feature
tests/test_features/accessibility/accessibility.feature
tests/test_features/accessibility/expected_results.txt
tests/test_features/accessibility/test_data.txt
tests/test_features/imageUpload/expected_results.txt
tests/test_features/imageUpload/image.jpg
tests/test_features/imageUpload/imageUpload.feature
tests/test_features/imageUpload/test_data.txt
tests/test_not_for_ci/ApiTesting/ApiTesting.feature
tests/test_not_for_ci/ApiTesting/api_spec.json
tests/test_not_for_ci/ApiTesting/expected_results.txt
tests/test_not_for_ci/ApiTesting/test_data.txt
tests/test_not_for_ci/ApiTestingNew/ApiTestingNew.feature
tests/test_not_for_ci/ApiTestingNew/api_spec.json
tests/test_not_for_ci/ApiTestingNew/expected_results.txt
tests/test_not_for_ci/ApiTestingNew/test_data.txt
tests/test_not_for_ci/SalesforceLeads/SalesforceLeads.feature
tests/test_not_for_ci/SalesforceLeads/expected_results.txt
tests/test_not_for_ci/SalesforceLeads/test_data.txt
tests/test_not_for_ci/SecTesting/SecTesting.feature
tests/test_not_for_ci/SecTesting/test_data.txt
tests/test_not_for_ci/ebikes/ebikes.feature
tests/test_not_for_ci/ebikes/expected_results.txt
tests/test_not_for_ci/ebikes/test_data.txt
tests/test_not_for_ci/multilingual/expected_results.txt
tests/test_not_for_ci/multilingual/multilingual.feature
tests/test_not_for_ci/negativeTesting/expected_results.txt
tests/test_not_for_ci/negativeTesting/negativeTesting.feature
tests/test_not_for_ci/signupDelete/expected_results.txt
tests/test_not_for_ci/signupDelete/signupDelete.feature
tests/test_not_for_ci/signupDelete/test_data.txt
tests/test_not_for_ci/visualtests/imgcompare.feature
tests/test_not_for_ci/visualtests/test_data.txt
testzeus_hercules/__init__.py
testzeus_hercules/__main__.py
testzeus_hercules/config.py
testzeus_hercules/interactive.py
testzeus_hercules/telemetry.py
testzeus_hercules.egg-info/PKG-INFO
testzeus_hercules.egg-info/SOURCES.txt
testzeus_hercules.egg-info/dependency_links.txt
testzeus_hercules.egg-info/entry_points.txt
testzeus_hercules.egg-info/requires.txt
testzeus_hercules.egg-info/top_level.txt
testzeus_hercules/core/__init__.py
testzeus_hercules/core/agent_config_types.py
testzeus_hercules/core/agent_registry.py
testzeus_hercules/core/agents_llm_config.py
testzeus_hercules/core/agents_llm_config_manager.py
testzeus_hercules/core/browser_logger.py
testzeus_hercules/core/config_env_loader.py
testzeus_hercules/core/config_file_loader.py
testzeus_hercules/core/config_portkey_loader.py
testzeus_hercules/core/notification_manager.py
testzeus_hercules/core/playwright_manager.py
testzeus_hercules/core/post_process_responses.py
testzeus_hercules/core/prompts.py
testzeus_hercules/core/runner.py
testzeus_hercules/core/simple_hercules.py
testzeus_hercules/core/agents/__init__.py
testzeus_hercules/core/agents/api_nav_agent.py
testzeus_hercules/core/agents/base_nav_agent.py
testzeus_hercules/core/agents/browser_nav_agent.py
testzeus_hercules/core/agents/executor_nav_agent.py
testzeus_hercules/core/agents/high_level_planner_agent.py
testzeus_hercules/core/agents/mcp_nav_agent.py
testzeus_hercules/core/agents/multimodal_base_nav_agent.py
testzeus_hercules/core/agents/sec_nav_agent.py
testzeus_hercules/core/agents/sql_nav_agent.py
testzeus_hercules/core/agents/time_keeper_nav_agent.py
testzeus_hercules/core/extra_tools/__init__.py
testzeus_hercules/core/extra_tools/browser_assist_tools.py
testzeus_hercules/core/extra_tools/clipboard_tools.py
testzeus_hercules/core/extra_tools/drag_and_drop_tool.py
testzeus_hercules/core/extra_tools/file_handler_tool.py
testzeus_hercules/core/extra_tools/geo_tools.py
testzeus_hercules/core/extra_tools/pdf_text_extractor.py
testzeus_hercules/core/extra_tools/visual_skill.py
testzeus_hercules/core/memory/__init__.py
testzeus_hercules/core/memory/dynamic_ltm.py
testzeus_hercules/core/memory/prompt_compressor.py
testzeus_hercules/core/memory/state_handler.py
testzeus_hercules/core/memory/static_data_loader.py
testzeus_hercules/core/memory/static_ltm.py
testzeus_hercules/core/tools/__init__.py
testzeus_hercules/core/tools/accessibility_calls.py
testzeus_hercules/core/tools/api_calls.py
testzeus_hercules/core/tools/api_sec_calls.py
testzeus_hercules/core/tools/captcha_solver.py
testzeus_hercules/core/tools/click_using_selector.py
testzeus_hercules/core/tools/dropdown_using_selector.py
testzeus_hercules/core/tools/enter_date_time.py
testzeus_hercules/core/tools/enter_text_using_selector.py
testzeus_hercules/core/tools/execute_python_sandbox.py
testzeus_hercules/core/tools/get_input_fields.py
testzeus_hercules/core/tools/get_interactive_elements.py
testzeus_hercules/core/tools/get_page_text.py
testzeus_hercules/core/tools/get_url.py
testzeus_hercules/core/tools/hover.py
testzeus_hercules/core/tools/mcp_tools.py
testzeus_hercules/core/tools/open_url.py
testzeus_hercules/core/tools/press_key_combination.py
testzeus_hercules/core/tools/set_slider_value.py
testzeus_hercules/core/tools/sql_calls.py
testzeus_hercules/core/tools/timer_tool.py
testzeus_hercules/core/tools/tool_registry.py
testzeus_hercules/core/tools/upload_file.py
testzeus_hercules/utils/__init__.py
testzeus_hercules/utils/cli_helper.py
testzeus_hercules/utils/detect_llm_loops.py
testzeus_hercules/utils/dom_helper.py
testzeus_hercules/utils/dom_mutation_observer.py
testzeus_hercules/utils/geo_handler.py
testzeus_hercules/utils/get_detailed_accessibility_tree.py
testzeus_hercules/utils/gherkin_helper.py
testzeus_hercules/utils/js_helper.py
testzeus_hercules/utils/junit_helper.py
testzeus_hercules/utils/llm_helper.py
testzeus_hercules/utils/logger.py
testzeus_hercules/utils/mcp_helper.py
testzeus_hercules/utils/model_utils.py
testzeus_hercules/utils/response_parser.py
testzeus_hercules/utils/sequential_function_call.py
testzeus_hercules/utils/timestamp_helper.py
testzeus_hercules/utils/ui_messagetype.py