| 125 | }); |
| 126 | |
| 127 | export 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; |
nothing calls this directly
no outgoing calls
no test coverage detected