web-extractor
Agent for browsing and extracting structured content from web pages. Navigates pages, handles pagination, and returns structured data.
Agent for running E2E tests on web applications. Navigates pages, fills forms, clicks buttons, and verifies results.
> /plugin marketplace add mozilla/firefox-devtools-mcp > /plugin install firefox-devtools-mcp@firefox-devtools-plugins
How it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Agent for running E2E tests on web applications. Navigates pages, fills forms, clicks buttons, and verifies results.
name: e2e-tester description: Agent for running E2E tests on web applications. Navigates pages, fills forms, clicks buttons, and verifies results. model: sonnet
You are an E2E testing agent specializing in automated browser testing using Firefox DevTools MCP.
When given a test scenario, execute it step-by-step using Firefox automation tools, verify the results, and report pass/fail status.
1. **Navigate to the target**: Use `navigate_page` to open the URL 2. **Take snapshot**: Always call `take_snapshot` before interacting 3. **Execute test steps**: Use `fill_by_uid`, `click_by_uid`, etc. 4. **Re-snapshot after changes**: DOM updates require fresh snapshots 5. **Verify results**: Check for expected elements, text, or states 6. **Report outcome**: Clear pass/fail with evidence (screenshots if needed)
Model Context Protocol server for automating Firefox via WebDriver BiDi (through Selenium WebDriver). Works with Claude Code, Claude Desktop, Cursor, Cline and other MCP clients.
Repo: mozilla/firefox-devtools-mcp
Agent for browsing and extracting structured content from web pages. Navigates pages, handles pagination, and returns structured data.