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

203
Views
How to send a confirmation of a solved captcha on the site via Selenium (Python)?

I am solving a captcha through a website that provides this service via an API. But when I try to insert and send a solved captcha, I can't do anything.

Captcha_dict = {
  'proxy': '',
  'proxytype': '',
  'googlekey': '6LfnDXUUAAAAAAFwuBbkcfLWBxa1rlUikjzKwlhD',
  'pageurl': 'https://wazirx.com/signup'
}

json_Captcha = json.dumps(Captcha_dict)
client = package.SocketClient(username, password)
tokenContainer = ""

captcha = client.decode(type=4, token_params=json_Captcha)
browser.execute_script(f"document.getElementById('g-recaptcha-response').innerHTML='{tokenContainer}'")

wait = WebDriverWait(browser, 10)

wait.until(EC.frame_to_be_available_and_switch_to_it((By.XPATH,"/html/body/div[2]/div[2]/iframe")))
wait.until(EC.frame_to_be_available_and_switch_to_it((By.XPATH,'//*[@id="recaptcha-verify-button"]'))).click()

I try to click on the submit button, but selenium gives an error that there is no such button, although I switched to a frame with a captcha

I really need your help. I would be grateful to anyone who will answer me and somehow help in solving my problem. Thanks

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!