Browser Tools
AI agents can use a focused set of tools to control a headless Puppeteer browser. Just describe what you want in natural language and the agent picks the right tool for each step.
- browser_navigate: navigate to any URL
- browser_click: click elements by CSS selector
- browser_type: type text into input fields
- browser_screenshot: capture page screenshots
- browser_extract_text: extract text content
- browser_close: close the browser session