How to automate captcha in uipath 2024

I have been looking for a solution that could either bypass or complete the captcha automation Here are the below samples :
image
image
image

i have tried the Captcha Solver but seems like the packages are too old to use it.

Hi @Aaron_Ko

Check the below documents,

Hope it helps!!

Hi @Aaron_Ko ,

Thanks for reaching out.

with third-party integration, you can solve the captcha.
below is the website.

here you need to pass a screenshot of the captcha by POST call then the captcha code will be retrieved through a GET call.

hope this works for you.

Happy Automation,
@Vinit_Kawle

Thanks for the reply i have tried with the captcha solver but unfortunately the packages cannot be resolved.

So basically the automation would be screenshot the verification code then send image to third party integration through API and receive the string/int from the get call?

Yes exactly as you mentioned

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.