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

ActionDescription
navigateOpens a URL in the browser
clickClicks on a CSS selector or text
typeTypes text into an input field
snapshotCaptures PNG of the current screen
get_page_textExtracts readable text from the page
waitWaits a number of milliseconds
scrollScrolls the page vertically or horizontally

Practical use cases

  1. Visual monitoring: capture dashboard screenshots every hour
  2. Scraping: extract prices, news or table data
  3. Testing: verify a form works correctly
  4. 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.