browser tool: web automation with AICerewro'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.
Take a screenshot of cerewro.com and save it to my workspace
| 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 |