Page 1 of 1

is CAPTCHA or not?

Posted: Fri Apr 22, 2022 8:48 pm
by Naderi1101
Hi Dears,
In a routine that runs in a web browser environment, we sometimes encounter the CAPTCHA query when we go through steps.
Now, I want the program to stop if I encounter CAPTCHA, so that the user can select the appropriate images, and if he does not encounter CAPTCHA, the program will continue its normal routine. Please advise me which Action(s) in RoboTask can do this for me?
Regards

Re: is CAPTCHA or not?

Posted: Tue Apr 26, 2022 11:40 am
by Oleg
I'm afraid that there is no universal algorithm to detect the CAPTCHA on the page

Re: is CAPTCHA or not?

Posted: Tue Apr 26, 2022 12:34 pm
by Naderi1101
Dear Oleg
Thank you for your reply.
Google reCAPTCHA is used in this case.
Can RoboTask detect it and pause until the user responds?
Regards

Re: is CAPTCHA or not?

Posted: Wed Apr 27, 2022 5:12 pm
by Oleg
You must analyze HTML code of the page and find recaptcha signature (some keyword, specific text)
you can read Google documentation: https://developers.google.com/recaptcha/docs/display