Browser Automation
This guide walks through common browser automation patterns with Chaser.
Quick ephemeral scrape
The fastest path to a browser automation result — create a throwaway session, do the work, and move on:
Persistent browser workspace
When you need browser state (cookies, local storage) to persist across sessions:
Queued browser jobs
For batch work, use the jobs API instead of managing sessions directly:
MCP browser tool for agents
AI agents can use the browser MCP tool to automate browsers without managing CDP connections:
Proxy configuration
Pass a proxy selector when creating browser sessions to route traffic through residential or datacenter proxies:
Related
- Browser Sessions — session creation and CDP details
- Jobs — queued execution and scheduling
- MCP Integration — agent tool surface
