Spaces:
Paused
Paused
| mcp-browser-selenium/ | |
| βββ app.py # Main Gradio app entry point | |
| βββ requirements.txt # Python dependencies | |
| βββ packages.txt # System dependencies | |
| βββ README.md # Documentation | |
| βββ config/ | |
| β βββ settings.py # Configuration and constants | |
| βββ browser/ | |
| β βββ __init__.py | |
| β βββ driver.py # WebDriver management | |
| β βββ actions.py # Basic browser actions (click, fill, etc.) | |
| βββ features/ | |
| β βββ __init__.py | |
| β βββ extraction.py # Text/HTML extraction functions | |
| β βββ http_requests.py # HTTP request handling | |
| β βββ cookies.py # Cookie management | |
| β βββ advanced.py # Advanced features (scroll, hover, etc.) | |
| β βββ monitoring.py # Network monitoring & performance | |
| β βββ accessibility.py # Accessibility audit | |
| β βββ analysis.py # Visual testing, link extraction, etc. | |
| βββ chat/ | |
| β βββ __init__.py | |
| β βββ gemini.py # Gemini AI chat integration | |
| βββ ui/ | |
| βββ __init__.py | |
| βββ layout.py # Main UI layout | |
| βββ tabs_basic.py # Basic feature tabs | |
| βββ tabs_advanced.py # Advanced feature tabs | |
| βββ sidebar.py # Chat sidebar |