LICENSE
README.md
pyproject.toml
src/selenium_mcp/__init__.py
src/selenium_mcp/server.py
src/selenium_mcp.egg-info/PKG-INFO
src/selenium_mcp.egg-info/SOURCES.txt
src/selenium_mcp.egg-info/dependency_links.txt
src/selenium_mcp.egg-info/entry_points.txt
src/selenium_mcp.egg-info/requires.txt
src/selenium_mcp.egg-info/top_level.txt
src/selenium_mcp/core/__init__.py
src/selenium_mcp/core/browser_factory.py
src/selenium_mcp/core/mcp_instance.py
src/selenium_mcp/core/session_manager.py
src/selenium_mcp/core/tab_manager.py
src/selenium_mcp/tools/__init__.py
src/selenium_mcp/tools/browser_tools.py
src/selenium_mcp/tools/debug_tools.py
src/selenium_mcp/tools/element_tools.py
src/selenium_mcp/tools/interaction_tools.py
src/selenium_mcp/tools/navigation_tools.py
src/selenium_mcp/tools/page_tools.py
src/selenium_mcp/utils/__init__.py
src/selenium_mcp/utils/generics.py
src/selenium_mcp/utils/logger.py