I am working on automating a web application using UiPath, but I encountered a CAPTCHA that requires manual input. The CAPTCHA is a distorted alphanumeric text, as shown in the attached screenshot.
1. Is there a way to automate solving such CAPTCHAs using UiPath?
2. Can I integrate third-party CAPTCHA solving services (like Anti-Captcha, 2Captcha, or OCR-based solutions)?
3. What are the best practices for handling CAPTCHA automation while complying with ethical and legal guidelines?
Any guidance or sample workflows would be greatly appreciated.
Hey @samyak
If you have a valid use case and permissions, you can integrate third-party CAPTCHA-solving services like Anti-Captcha, 2Captcha, or other OCR-based solutions. In UiPath, you can use HTTP Request activities to send the CAPTCHA image to these services and retrieve the solved text.