| name | stealth-browse |
| description | Use the stealth browser for human-like web automation against bot-protected sites. Handles login flows, scraping, and form filling with anti-detection measures. |
| distribution | public |
Stealth Browse
Use the stealth_browser tool for web automation that requires anti-bot bypass or human-like interaction fidelity.
When to use this over cdp_browser
| Scenario | Use |
|---|
| Control a browser the user already opened | cdp_browser |
| Automate a site with Cloudflare/Turnstile protection | stealth_browser |
| Screenshot an internal tool page | cdp_browser |
| Log into a web service, scrape content | stealth_browser |
| Export a page to PDF | cdp_browser |
| Fill forms with human-like delays and mouse movement | stealth_browser |
Session lifecycle
The first session-using action launches Chromium. Subsequent calls reuse the session. The add-on checks for five minutes of inactivity about five minutes after session creation; activity does not reset or reschedule that check. close and extension unload always stop Chromium.
Actions
Navigation
stealth_browser action=goto url="https://example.com"