🌐
Advanced
Browser Control
OpenClaw can control Chrome remotely. Take screenshots, fill forms, scrape data, and automate web tasks without writing complex scripts.
What You Can Do
📸
Screenshots
Capture full pages or elements
🤖
Form Filling
Automate data entry
📊
Data Extraction
Scrape tables and content
Setup Options
Option 1: Chrome Extension
Install the OpenClaw Browser Relay extension in Chrome. Click the extension icon to connect a tab to OpenClaw.
- • Easiest setup
- • Works with your existing Chrome
- • Perfect for manual automation
Option 2: Playwright
Built-in Playwright integration for headless browser control:
openclaw config set tools.browser.enabled true
- • Headless operation (no visible browser)
- • Faster automation
- • Good for scheduled tasks
Example Commands
Take a screenshot of example.com
Go to the login page and fill in my credentials
Extract all the prices from this product page
Monitor this website for changes every hour
Use Cases
- • Price monitoring on e-commerce sites
- • Competitor tracking and screenshots
- • Automated form submissions
- • Data extraction for research
- • Website testing and validation
- • Social media automation