Basic reCAPTCHA Solving

Automatically solve reCAPTCHAs and other CAPTCHAs using Browserbase's built-in solving capabilities

Demo preview
TypeScript
Source code
npx create-browser-app --template basic-recaptcha
uvx create-browser-app --template basic-recaptcha

Get started solving reCAPTCHAs automatically

This template demonstrates automatic reCAPTCHA solving using Browserbase's built-in captcha solving capabilities. Browserbase automatically detects and solves CAPTCHAs in the background (enabled by default), allowing your automation to continue without manual intervention. The template shows how to monitor solving progress through console messages, handle form submissions after captcha solving, and verify successful completion.

Steps

  1. Initialize Stagehand with Browserbase and enable captcha solving in browser settings
  2. Navigate to a page with a reCAPTCHA challenge
  3. Listen for console messages to track captcha solving progress
  4. Wait for automatic solving to complete
  5. Continue with form submission or next steps after captcha is solved