Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

436
Views
python selenium anticaptcha can't click on submit button after solving captcha

I am using anticaptcha api. I am getting captcha response after solving but can't click on verify button. here is my code:

solver = recaptchaV2Proxyless()
solver.set_verbose(1)
solver.set_key("")
solver.set_website_url("")
solver.set_website_key("")
g_response = solver.solve_and_return_solution()
if g_response != 0:
            print ("g-response: "+g_response)
else:
            print ("task finished with error "+solver.error_code)

time.sleep(3)

driver.execute_script('document.getElementById("g-recaptcha-response").innerHTML = "%s"' % g_response)
time.sleep(3)


driver.execute_script("document.getElementById('recaptcha-verify-button')") 

I tried this driver.execute_script("document.getElementById('recaptcha-verify-button')") but didn't work. Captcha is solving but can't click on verify button after getting captcha respose.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!