Unattended bot - Let's Confirm you are Human!

Hello Everyone,

I am working on unattended bot, which interact with third party application and extracts the required information. But for one of the third part i am getting following window.

Any idea how i can bypass this ??

@AJ11

Ideally the idea of the captcha is to not allow bots..

Cheers

2 Likes

@AJ11,

The website is clearly restricting bots. You should be taking permission from the platform before automation of such sites.

Once you take the permissions, you can use semantic selector for this while indicating the UI element. This will work on latest studio only.

1 Like

Hi @AJ11

Unattended bots cannot bypass CAPTCHA request the third party to disable CAPTCHA for your bot’s IP/user. you can use a human-in-the-loop approach (but usually not recommended for unattended).

Happy Automation