Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Releases: thicccat688/selenium-recaptcha-solver

v1.9.0

09 Jul 16:54
Compare
Choose a tag to compare
  • Add the ability to select a custom language for speech recognition via the service_language parameter.

v1.8.3

19 Jun 11:34
Compare
Choose a tag to compare
  • Downgrade SpeechRecognition dependency to version 3.8.1 to stop unwanted printing of speech recognition confidence scores.

v1.8.2

04 Jun 18:53
Compare
Choose a tag to compare
  • Fix logic for finding ReCAPTCHA challenge by searching with //iframe[contains(@src, "recaptcha") and contains(@src, "bframe") instead of the specific src attribute. (Fixes issues #21 and #22)

v1.8.1

22 May 08:15
Compare
Choose a tag to compare
  • Add redirection support for single-step ReCAPTCHA.

v1.8.0

03 May 07:30
Compare
Choose a tag to compare
  • Automatically locate iframe when no iframe is supplied (Credit to @style77).
  • Reduce the risk of ReCAPTCHA detection by clicking the audio button instead of the image button (Credit to @bull-dozer).

(v1.7.0 was skipped because I yanked it last month from PyPi)

v1.6.1

05 Apr 10:19
Compare
Choose a tag to compare
  • Use the correct checkbox attribute to check ReCAPTCHA solving state. (Credit to @FlabbySheep)

v.1.6.0

01 Apr 13:26
Compare
Choose a tag to compare
  • Handling already displayed audio button when solving ReCAPTCHA's on the same page (Credit to @Dja8x1).

v1.4.0

25 Mar 22:58
Compare
Choose a tag to compare
  • Add multi-language support (Credit to @zax2002 for his PR - #7)

v1.3.0

03 Mar 09:28
Compare
Choose a tag to compare
  • Add slow typing to replicate human typing.
  • Default changes for slow mode.

v1.2.2

21 Feb 21:50
Compare
Choose a tag to compare
  • Fixed backward compatibility for API class by adding it to init.py (Credit to Aykhan-s for spotting this).