Navigate

Navigate Firefox to a URL and take a DOM snapshot for interaction

freema a97843a 715 B Updated

File contents

/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).

freema/firefox-devtools-mcp/tree/main/plugins/firefox-devtools-mcp/skills/navigate commit a97843a52d

Frequently asked questions

npx skillmds@latest add freema/navigate