Browser Automation
Clawdbot provides agent-controlled browser automation.
Browser Types
Managed Browser (clawd profile)
Independent dedicated Chrome/Brave/Edge instance:
- Deterministic tab control
- Separate user data directory
- Doesn't affect personal browser profile
Extension Relay (chrome profile)
Drive existing Chrome tabs through local control server.
Capabilities
- Tab management and navigation
- Element interaction (click, type, drag)
- Page screenshots and snapshots
- State manipulation (cookies, storage)
- Network debugging
Configuration
{
browser: {
type: "clawd",
profile: "default",
port: 9222
}
}Security Recommendations
- Control servers on private networks only
- Use token authentication
- Recommend Tailnet connectivity