thicccat688 / selenium-recaptcha-solver

ReCAPTCHA solver for selenium (Using audio).
MIT License
106 stars 37 forks source link

Update solver.py #15

Closed bull-dozer closed 1 year ago

bull-dozer commented 1 year ago

Only trying to click "recaptcha-audio-button", after which directly go to "_solve_audio_challenge".

Reasons: The current way of trying to click "recaptcha-image-button" first can easily trigger the"Google automated queries detetion" if the audio challenge is shown in the first place instead of an image challenge.

The proposed changes can simplify the process, as either successfully or unsuccessfully clicking "recaptcha-audio-button", the audio challenge is ready to be solved.

thicccat688 commented 1 year ago

Hi,

I've tested your changes, and they work great.

I appreciate your help a lot, and have a nice day!