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_Solverdriver = 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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file selenium-recaptcha-1.0.7.tar.gz.
File metadata
- Download URL: selenium-recaptcha-1.0.7.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9b07db5af8b17870fb3b47504d88c81581d4f62cd268a401acf404076c61bec
|
|
| MD5 |
e1deab58c2c0d2d7ad9192dd33168945
|
|
| BLAKE2b-256 |
f1c14817329924e5fcbb8970f24fb94b7b4701aa1e02bd238a93b617b15fe00d
|
File details
Details for the file selenium_recaptcha-1.0.7-py3-none-any.whl.
File metadata
- Download URL: selenium_recaptcha-1.0.7-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e978dddd38eca49510d9418f901628d586ce2d158afc7cbd5fabf654ec6b5e51
|
|
| MD5 |
6f741a20ebc55b0491a43bf26039d99d
|
|
| BLAKE2b-256 |
2b3e6422442a32d7758047d110b5604195fdec36ab771d7964daec1923ecf78b
|