-
Notifications
You must be signed in to change notification settings - Fork 47
Description
Is your feature request related to a problem? Please describe.
During stealth browser automation, many users encounter CAPTCHA challenges that interrupt automation flows.
Describe the solution you'd like
I’d like to suggest adding optional support for 10Captcha, an affordable and simple CAPTCHA-solving API. This would allow users to automatically solve CAPTCHAs during automation, making the tool more reliable for real-world scenarios.
Describe alternatives you've considered
Solving CAPTCHAs manually (not practical for automated flows)
Using external CAPTCHA solvers via custom code (less convenient for most users)
Additional context
10Captcha provides clear API documentation for easy integration: https://10captcha.com/api-docs.php
This could be an optional feature, giving users more flexibility when dealing with protected websites.