Socket
Socket
Sign inDemoInstall

selenium-recaptcha

Package Overview
Dependencies
4
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    selenium-recaptcha

reCaptcha v2 solver for selenium


Maintainers
1

Readme

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

FAQs


Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc