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

TypeScript
Source codenpx create-browser-app --template basic-recaptcha
Python
Source codeuvx 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
- Initialize Stagehand with Browserbase and enable captcha solving in browser settings
- Navigate to a page with a reCAPTCHA challenge
- Listen for console messages to track captcha solving progress
- Wait for automatic solving to complete
- Continue with form submission or next steps after captcha is solved