Skip to main content
38 votes
8 answers
95k views

I have .env file in the project root, and in my nuxt config I am using variables to configure ReCaptcha like this: import dotenv from 'dotenv' dotenv.config() export default { modules: [ [...
Denis Stephanov's user avatar
47 votes
3 answers
107k views

I'm curious how reCAPTCHA v3 works. Specifically the browser fingerprinting. When I launch an instance of Chrome through Selenium/chromedriver and test against reCAPTCHA 3 (https://recaptcha-demo....
Mr J's user avatar
  • 2,993
66 votes
4 answers
297k views

How can I bypass the Google CAPTCHA using Selenium and Python? When I try to scrape something, Google give me a CAPTCHA. Can I bypass the Google CAPTCHA with Selenium Python? As an example, it's ...
user avatar
13 votes
4 answers
32k views

Does anyone know how to make the "Google ReCAPTCHA (v2)" be "required" in a form? I mean no form submission until recaptcha is filled-in? I use ParsleyJs in my form, but didnt find a way to make it ...
serhio's user avatar
  • 28.7k
118 votes
18 answers
173k views

I have 2 forms on a single page. One of the forms has a Recaptcha displaying all the time. The other should display a Recaptcha only after a certain event such as maxing out login attempts. So ...
oym's user avatar
  • 7,113
20 votes
2 answers
59k views

I need some help. There is URL: https://www.inipec.gov.it/cerca-pec/-/pecs/companies. I need to click checkbox Captcha: My code is look like: import os, urllib.request, requests, datetime, time, ...
Кирилл Боровой's user avatar
77 votes
12 answers
165k views

I've just set up the new google recaptcha with checkbox, it's working fine on front end, however I don't know how to handle it on server side using PHP. I've tried to use the old code below but the ...
Moatez's user avatar
  • 771
443 votes
26 answers
581k views

I'm developing a website using PHP and I want to make a human verification in one of the sessions. For the development, I'm initially running the system locally and when it is ready, I'm going to put ...
rlc's user avatar
  • 6,109
165 votes
16 answers
439k views

I have a simple contact form in aspx. I want to validate the reCaptcha (client-side) before submitting the form. Please help. Sample code: <%@ Page Language="VB" AutoEventWireup="false" ...
Mahatma Aladdin's user avatar
176 votes
14 answers
76k views

Have any programming methods have been used to defeat reCAPTCHA? I'm interested in seeing evidence and potentially demonstrations that reCAPTCHA in particular has been made obsolete by completely ...
Dave Rutledge's user avatar
128 votes
24 answers
185k views

I have not had much success finding how to style Google's new recaptcha (v2). The eventual goal is to make it responsive, but I am having difficulty applying styling for even simple things like width. ...
jhawes's user avatar
  • 2,404
106 votes
8 answers
311k views

Until now, I was working with Google Recaptcha v2, but now I want to update my WebApp using the lastest version (v3). Is it possible to anyone add a fully working Google Recaptcha v3 example for a ...
Ommadawn's user avatar
  • 2,820
17 votes
4 answers
94k views

We all know, sometimes cloudflare like to check their client visitor to make sure that the visitor isn't a real human. The security check require us to pass Google Recaptcha. What i want to ask is it ...
Andra's user avatar
  • 1,422
2 votes
2 answers
10k views

I want to, click on the button to resolve the captcha through the audio, but selenium does not detect the specified "id". browser.get("https://www.google.com/recaptcha/api2/demo") mainWin = browser....
Msthiue12's user avatar
3 votes
1 answer
20k views

I am using validate jquery plugin and recaptcha for a contact form and i woudld like to know how can i check if the code in the captcha is correct before the form get submitted if not send an error ...
paoloi's user avatar
  • 189

15 30 50 per page
1
2 3 4 5
28