MCPcopy Create free account
hub / github.com/QodeXcli/QodeX /

Class

src/tools/browser/tools.ts:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40});
41
42export class BrowserNavigateTool extends Tool<z.infer<typeof NavigateArgs>> {
43 name = 'browser_navigate';
44 description = 'Load a URL in the QodeX-managed headless Chromium browser. First call launches the browser (~2s). Default waitUntil is "domcontentloaded" — works on heavy pages where window.onload would time out behind slow third-party assets. On timeout the tool returns partial state (title/url/HTML) instead of erroring, so you can still inspect/screenshot/click. Resets console/network/error buffers for the new page.';
45 isReadOnly = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected