How to automate aand bypass google recaptcha V2 (Image recognition)

Hi,

I have a situation in my web automation project that is the google reCAPTCHA V2 … I am keeping the screenshot below

This is appearing in the login module … Please suggest a way to bypass this . Or is there any other way to skip the login by directly reaching the server through HTTP request and passing through the login module.

@Kevin_Palathuruthy : Hi Kevin there is Chrome extension Buster for the same purpose, attaching the below Youtube link where you can same demonstration:

In case your company allows such extension then its much simpler way to achieve this.

Hi @avinash_ghanwat1 ,
I have tried using Buster captcha and automated it by the click of buster button. But its not static . Its not functioning every time . And after repeated use the site is showing there was a automated queries identified in your network and they are blocking the network further they are not showing the captcha for identification.

@Kevin_Palathuruthy

You have to check with site team if they have any api or if they can disable this for the bot account

cheers

Hi @Kevin_Palathuruthy - Did you try using Go to URL activity. Give the url here that appears after login. See if this activity can skip login

1 Like

Do we have to download any additional package in UiPath for go to url activity . I have only navigate to activity in my UiPath. @ushu

@Kevin_Palathuruthy -
1)It looks like you are using classic activities. Try with Navigate To activity and check how that goes

2)For Go to URL activity, click on the filter option in the activities panel, and check Modern, then you can see this activity

1 Like