LICENSE
README.md
pyproject.toml
selenium_agent/__init__.py
selenium_agent/cli.py
selenium_agent/agents/__init__.py
selenium_agent/agents/coder.py
selenium_agent/agents/definitions.py
selenium_agent/agents/healer.py
selenium_agent/agents/planner.py
selenium_agent/bdd/__init__.py
selenium_agent/bdd/gherkin_advisor.py
selenium_agent/bdd/templates.py
selenium_agent/core/__init__.py
selenium_agent/core/orchestrator.py
selenium_agent/scanner/__init__.py
selenium_agent/scanner/project_scanner.py
selenium_agent/selenium/__init__.py
selenium_agent/selenium/base_page.py
selenium_agent/selenium/driver_factory.py
selenium_agent/selenium/error_map.py
selenium_agent/selenium/locator_advisor.py
selenium_agent/selenium/locator_scanner.py
selenium_agent/utils/__init__.py
selenium_agent/utils/code_validator.py
selenium_agent/utils/config_manager.py
selenium_agent/utils/json_utils.py
selenium_agent/utils/llm.py
selenium_agent/utils/logger.py
selenium_agent/utils/paths.py
selenium_agent/utils/spec_writer.py
selenium_agent/utils/url_extractor.py
selenium_python_ai_agent.egg-info/PKG-INFO
selenium_python_ai_agent.egg-info/SOURCES.txt
selenium_python_ai_agent.egg-info/dependency_links.txt
selenium_python_ai_agent.egg-info/entry_points.txt
selenium_python_ai_agent.egg-info/requires.txt
selenium_python_ai_agent.egg-info/top_level.txt
tests/test_agent_enhancements.py
tests/test_path_handling.py