AI agent instructions
AI agent instructions
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
- ✅ Text CAPTCHAs - Simple “read the characters and type them” challenges
- ✅ Image CAPTCHAs - Visual verification 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
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
Examples
reCAPTCHA
For reCAPTCHA challenges, use thecaptcha_solve action with captcha_type="recaptcha". This example comes from the reCAPTCHA template.
recaptcha_solve_action.py
Text CAPTCHAs
Text CAPTCHAs are the old-school challenges that show distorted letters, numbers, or a short phrase and ask the user to type the answer into a field. For these challenges, usecaptcha_type="text". This example comes from the text CAPTCHA template.
text_captcha_solve_action.py
Limitations
What CAPTCHA Solving Can Do:
- ✅ Solve most reCAPTCHA v2 challenges
- ✅ Solve reCAPTCHA v3 automatically
- ✅ Solve most hCaptcha challenges
- ✅ Solve simple text and image CAPTCHA challenges
- ✅ Work with residential proxies
- ✅ Work in headless and non-headless mode
What It Cannot Do:
- ❌ Solve 100% of captchas (some are unsolvable)
- ❌ Reliably solve heavily distorted or ambiguous text challenges
- ❌ 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
Testing CAPTCHA Solving
Test captcha solving on demo sites:Pricing
CAPTCHA solving incurs additional costs based on the number of captchas solved. Check your plan for details.Next Steps
Browser Types
Learn about Chrome and other browsers
Stealth Mode
Combine with anti-detection features
Proxies
Use proxies with captcha solving
Live View
Watch captcha solving in real-time

