Claude in Chrome
Native browser automation via Claude Code: Claude drives Chrome to test web apps, debug with the console, fill forms, extract data, and capture screenshots. Enabled via `--chrome` or a dedicated Chrome extension. Claude sees the page and interacts like a real user.
Strengths
- Code-free tests, describe the scenario, Claude navigates and validates without Playwright or Selenium
- Intelligent visual debugging, Claude reads the console, network errors, and DOM simultaneously
- Data extraction from pages without APIs, Claude scrapes while understanding the content meaning
Limitations
- Beta, sometimes unstable behavior, especially on complex SPAs with many animations
- macOS only for desktop version, Windows and Linux in limited version
- Impossible if page triggers native dialogs (alert/confirm), blocks the agent
Best for
- Quick visual regression tests without setting up a full Playwright suite
- Debugging a page that behaves differently in production vs development
- Extracting data from websites to feed a database or report