Hi @sarvesh.b
There are several ways to solve the Captcha
- Use a third-party service like anti-captcha.com that provides an API to solve text captchas. You will need to use the UiPath.WebAPI.Activities package to send and receive requests from the API.
Check out this link (It will work only in Legacy)
-
Use an Input Dialog activity and ask the user to enter the captcha manually. Then you can use a Type Into activity to fill the captcha on the website.
-
Use an OCR method to read the text from the captcha image. You can use one of the UiPath OCR activities like Microsoft OCR, Google OCR, or Tesseract OCR
Check out this document
Regards
Gokul