/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
- Calls
navigate_pagewith the URL - Waits for page load
- Calls
take_snapshotto create UID mappings - Returns the DOM snapshot with interactive elements marked
After navigating, you can interact with elements using their UIDs (e.g., e42).