is CAPTCHA or not?

Discuss RoboTask here
Post Reply
Naderi1101
Posts: 2
Joined: Fri Apr 22, 2022 8:06 pm

is CAPTCHA or not?

Post 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
Oleg
Site Admin
Posts: 3004
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: is CAPTCHA or not?

Post by Oleg »

I'm afraid that there is no universal algorithm to detect the CAPTCHA on the page
Oleg Yershov
Naderi1101
Posts: 2
Joined: Fri Apr 22, 2022 8:06 pm

Re: is CAPTCHA or not?

Post 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
Oleg
Site Admin
Posts: 3004
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: is CAPTCHA or not?

Post 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
Oleg Yershov
Post Reply