I heard from an acquaintance that it is possible to programmatically cut Google's reCapcha so that it doesn't show image verification, is this true?

Issue

I heard from an acquaintance that it is possible to programmatically cut Google’s reCapcha so that it doesn’t show image verification, is this true?
I don’t really believe it, but I’d like to find out if there is a way to prevent image verification.

In general, I think you can use the solver service.

Solution

CAPTCHA, short for Completely Automated Public Turing test to tell Computers and Humans Apart, is explicitly designed to prevent automation, so do not try! There are two primary strategies to get around CAPTCHA checks:

Disable CAPTCHAs in your test environment
Add a hook to allow tests to bypass the CAPTCHA

The main purpose of re captcha is wont automate site by using 3 rd party tools like selenium etc

Answered By – Justin Lambert

This Answer collected from stackoverflow, is licensed under cc by-sa 2.5 , cc by-sa 3.0 and cc by-sa 4.0

Leave a Reply

(*) Required, Your email will not be published