The browser tool: web automation with AI
Cerewro's browser tool opens a browser controlled by the AI to interact with web pages programmatically: navigate, click, fill forms, capture screenshots and extract structured data.
Cerewro Chat — Web screenshot
Take a screenshot of cerewro.com and save it to my workspace
Available actions
| Action | Description |
|---|---|
navigate | Opens a URL in the browser |
click | Clicks on a CSS selector or text |
type | Types text into an input field |
snapshot | Captures PNG of the current screen |
get_page_text | Extracts readable text from the page |
wait | Waits a number of milliseconds |
scroll | Scrolls the page vertically or horizontally |
Practical use cases
- Visual monitoring: capture dashboard screenshots every hour
- Scraping: extract prices, news or table data
- Testing: verify a form works correctly
- Automatic login: fill credentials and log in to internal portals
Note about iframes: Content inside iframes is not accessible with the browser tool. Cerewro only interacts with elements in the main page DOM.