Hi,
I have a task with a requirement for a robot to be able to skip captchas.
I have installed Chrome extensions for the bot to skip captchas, but that extension does not work on some types of captchas, as it does not skip text captchas and requires that text to be typed correctly.
I have tried to follow the image recognition steps taking into account the calculator's number recognition practice (Tutorial: Use Image Recognition (RPA)), but it fails me as it is not able to recognize it.
Could someone help me or can you think of another alternative regarding bypassing captchas?Thank you very much.
Discussion posts and replies are publicly visible
HI Sandra
The primary purpose of captcha is to prevent RPA and other automation tools from navigating websites freely. So bypassing a captcha using a bot is quite challenging to say the least. If you have/had any luck bypassing it do let us know too..!!
Agree with RithwinV2000 . AFAIK there is no way to directly bypass the captcha with RPA, but there are potential workarounds such as making the captcha sending the code to an email, then use Appian to grab that code and store it in a variable for RPA to paste in the web requesting the code.
I would guess the most efficient way to do this, if a process is designed with RPA testing in mind, would be to build in heuristic ways for the RPA to invisibly identify itself to a process, and when that happens, have the process skip around Captcha prompts (when applicable).