šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

selenium-recaptcha

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

selenium-recaptcha

reCaptcha v2 solver for selenium

1.0.5
PyPI
Maintainers
1

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()

Keywords

python

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts