| 274 | }); |
| 275 | |
| 276 | export class BrowserGetTextTool extends Tool<z.infer<typeof GetTextArgs>> { |
| 277 | name = 'browser_get_text'; |
| 278 | description = 'Extract visible text from the page (or a specific element). Skips <script>, <style>. Use to verify content after interactions. Read-only.'; |
| 279 | isReadOnly = true; |
nothing calls this directly
no outgoing calls
no test coverage detected