Test invisible recaptcha

Prajwal picture Prajwal · Jan 12, 2018 · Viewed 49.5k times · Source

We have integrated invisible recaptcha in one of our websites. Whenever we submit the form it automatically submits.

I read in some google groups that we would get a challenge when accessed on edge browser. But for us, it is automatically submitted.

Any specific steps to test the invisible recaptcha?

Answer

Steve picture Steve · Mar 9, 2018

You can test invisible recaptcha by using Chrome emulator.

You will need to add a new custom device (BOT) in developer tools, and set User Agent String to Googlebot/2.1 on Desktop. Then use the new BOT device when testing on your site to trigger the recaptcha authentication.

Note: ReCaptcha v3 will still let the google bot pass as it has a score of 0.9 when emulating in Chrome.

V2 INVISIBLE In this case just use Incognito or Private browsing to see it works.

Here is the testing link where ReCaptcha is working: https://www.google.com/recaptcha/api2/demo?invisible=true

Please give the credits to the guys in comments below.