863 B
863 B
name, description, category, tools
| name | description | category | tools | ||||||
|---|---|---|---|---|---|---|---|---|---|
| browser-automation | Enable browser automation for web scraping, testing, and interaction | tools |
|
Browser Automation
Enable your agent to control a web browser for:
- Web scraping and data extraction
- Form filling and testing
- Screenshot capture
- JavaScript execution on web pages
Setup
Run this command in your Waggle installation directory:
npm install playwright-core
Then restart Waggle. Browser tools will be automatically available.
Available Tools
browser_navigate— Open a URLbrowser_screenshot— Capture page screenshotbrowser_click— Click elementsbrowser_fill— Fill form fieldsbrowser_evaluate— Run JavaScriptbrowser_snapshot— Get page DOM