Hi,
Anyone tell me
how to automate the captcha using uipath.
get the text from above captcha…
Thanks
Shyam
Hi,
Anyone tell me
how to automate the captcha using uipath.
get the text from above captcha…
Thanks
Shyam
You can try with Get Text with OCR, But can’t be possible to the text from the captcha
Refer the Document
Regards
Gokul
Hi!
We UiPath won’t detect the captcha. in order to get the text from captcha give it a try with GET TEXT with OCR.
Regards,
NaNi
Hi
i tried OCR Text… its showing different values…
Hi!
Actually! We don’t have any solution for this.
Have a view on this!
Regards,
NaNi
Hi
Let me try to clarify the issue with Captcha
When a process has a scope of automation but if it’s application uses any captcha to authenticate then it is not meant for automation
But there is always a workaround to handle this situation
If that specific application has any API access then the bot can interact with that application using API Calls
Which can be done with UiPath using Https request activity
So check once whether you have api service to that application and if it’s there then go for it
If not Then this can be handled in a attended mode bot only and not as a unattended
Yeah it is possible to do it in attended mode
That is use a message box at the place where this captcha comes and then type it mean time and resume the bot execution
Cheers @Shyam_Pragash