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

Class

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

Source from the content-addressed store, hash-verified

125});
126
127export class BrowserClickTool extends Tool<z.infer<typeof ClickArgs>> {
128 name = 'browser_click';
129 description = 'Click an element matching a Playwright selector. Waits up to 5s for the element to become actionable (visible + enabled). Use after browser_navigate.';
130 isReadOnly = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected