ワンクリックで
navigate
Navigate Firefox to a URL and take a DOM snapshot for interaction
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Navigate Firefox to a URL and take a DOM snapshot for interaction
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
This skill should be used when the user asks about browser automation, testing web pages, extracting content, filling forms, taking screenshots, or monitoring console/network activity. Activates for E2E testing, form automation, browsing tasks, or debugging web applications.
Take a screenshot of a URL or the current page. Use when the user asks to capture, screenshot, or photograph a web page or URL.
Diagnose Firefox DevTools MCP setup issues. Activate when the firefox-devtools-mcp plugin fails to connect, its tools are not available, or the user reports Firefox DevTools not working in Cowork.
| name | navigate |
| description | Navigate Firefox to a URL and take a DOM snapshot for interaction |
| argument-hint | <url> |
Opens a URL in Firefox and takes a DOM snapshot for interaction.
/firefox-devtools-mcp:navigate <url>
/firefox-devtools-mcp:navigate https://example.com
/firefox-devtools-mcp:navigate https://github.com/login
/firefox-devtools-mcp:navigate file:///path/to/local.html
navigate_page with the URLtake_snapshot to create UID mappingsAfter navigating, you can interact with elements using their UIDs (e.g., e42).