Skip to main content

reCaptcha v2 solver for selenium

Project description

A package that allows to solve reCaptcha v2 with selenium.

Simple Example:


from selenium import webdriver
from selenium_recaptcha import Recaptcha_Solver

driver = webdriver.Chrome() driver.get('https://www.google.com/recaptcha/api2/demo')

solver = Recaptcha_Solver( driver=driver, # Your Web Driver ffmpeg_path='', # Optional. If does not exists, it will automatically download. log=1 # If you want to view the progress. ) solver.solve_recaptcha()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

selenium-recaptcha-1.0.7.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

selenium_recaptcha-1.0.7-py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page