Documentation
README
Browser Automation
agent-browser (Vercel)
Navigate and interact with web pages using structured snapshots:
# Open a URL
agent-browser open "https://example.com"
# Get interactive element snapshot (shows clickable refs)
agent-browser snapshot -i
# Click an element by ref
agent-browser click @e2
# Fill a form field
agent-browser fill @e5 "search query"
# Take annotated screenshot
agent-browser screenshot --annotate
# Type text
agent-browser type "hello world"
# Press keys
agent-browser press Enter
playwright-cli (Microsoft)
Token-efficient browser automation designed for AI agents:
This is the opening of the README. Read the full README on GitHub.