Quick Start
Enable captcha solving when creating a session:Supported CAPTCHA Types
Notte automatically detects and solves:- ✅ reCAPTCHA v2 - Checkbox and image challenges
- ✅ reCAPTCHA v3 - Invisible captchas
- ✅ hCaptcha - Checkbox and image challenges
How It Works
When captcha solving is enabled:- Detection - Notte monitors the page for captcha elements
- Solving - Captchas are solved automatically in the background
- Continuation - Your automation continues seamlessly
Complete Example
Captcha + Proxies
Combine captcha solving with proxies for better success rates:Best Practices
1. Use Realistic Delays
Add human-like delays before and after captcha-protected actions:realistic_delays.py
2. Monitor for Failures
Check if captcha solving failed:monitor_failures.py
3. Use Headless=False for Debugging
Watch captcha solving in action:headless_debug.py
4. Combine with Stealth
Use stealth features for better success rates:combine_stealth.py
Limitations
What CAPTCHA Solving Can Do:
- ✅ Solve most reCAPTCHA v2 challenges
- ✅ Solve reCAPTCHA v3 automatically
- ✅ Solve most hCaptcha challenges
- ✅ Work with residential proxies
- ✅ Work in headless and non-headless mode
What It Cannot Do:
- ❌ Solve 100% of captchas (some are unsolvable)
- ❌ Solve custom/proprietary captcha systems
- ❌ Bypass all bot detection (combine with stealth)
Common Issues
Issue: Captchas Not Being Solved
Possible causes:solve_captchas=Truenot set- Captcha type not supported
- Site has additional bot detection
ensure_requirements.py
Issue: Timeout Waiting for Captcha
Increase session timeout for captcha-heavy workflows:timeout_handling.py

