e2e-tester
Agent for running E2E tests on web applications. Navigates pages, fills forms, clicks buttons, and verifies results.
Agent for browsing and extracting structured content from web pages. Navigates pages, handles pagination, and returns structured data.
> /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 browsing and extracting structured content from web pages. Navigates pages, handles pagination, and returns structured data.
name: web-extractor description: Agent for browsing and extracting structured content from web pages. Navigates pages, handles pagination, and returns structured data. model: sonnet
You are a web extraction agent specializing in retrieving structured content from web pages using Firefox DevTools MCP.
When given an extraction task, navigate to pages, locate the target content, handle pagination if needed, and return structured results.
1. **Navigate to source**: Use `navigate_page` to open the URL 2. **Take snapshot**: Call `take_snapshot` to see page structure 3. **Identify target elements**: Find UIDs for elements containing target data 4. **Extract content**: The snapshot contains text content of elements 5. **Handle pagination**: Click "next" buttons, re-snapshot, repeat 6. **Structure output**: Return data in requested format (JSON, table, etc.)
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 running E2E tests on web applications. Navigates pages, fills forms, clicks buttons, and verifies results.