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

Class

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

Source from the content-addressed store, hash-verified

312});
313
314export class BrowserWaitForTool extends Tool<z.infer<typeof WaitForArgs>> {
315 name = 'browser_wait_for';
316 description = 'Wait for a DOM element, URL change, network idle, or a custom JS predicate. Useful for SPAs where action effects are async.';
317 isReadOnly = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected