navigate
SolidNavigate Firefox to a URL and take a DOM snapshot for interaction
AI & Automation 401 stars
60 forks Updated yesterday NOASSERTION
Install
Quality Score: 81/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# /firefox-devtools-mcp:navigate
Opens a URL in Firefox and takes a DOM snapshot for interaction.
## Usage
```
/firefox-devtools-mcp:navigate <url>
```
## Examples
```
/firefox-devtools-mcp:navigate https://example.com
/firefox-devtools-mcp:navigate https://github.com/login
/firefox-devtools-mcp:navigate file:///path/to/local.html
```
## What Happens
1. Calls `navigate_page` with the URL
2. Waits for page load
3. Calls `take_snapshot` to create UID mappings
4. Returns the DOM snapshot with interactive elements marked
After navigating, you can interact with elements using their UIDs (e.g., `e42`).
Details
- Author
- mozilla
- Repository
- mozilla/firefox-devtools-mcp
- Created
- 11 months ago
- Last Updated
- yesterday
- Language
- TypeScript
- License
- NOASSERTION
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
screenshot
Take a screenshot of a URL or the current page
401 Updated yesterday
mozilla AI & Automation Listed
browser-automation
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.
401 Updated yesterday
mozilla AI & Automation Solid
agent-browser
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.
41 Updated today
tdimino