| 312 | }); |
| 313 | |
| 314 | export 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; |
nothing calls this directly
no outgoing calls
no test coverage detected