maximedrn / hcaptcha-solver-python-selenium

hCAPTCHA solver and bypasser for Python Selenium using a Tampermonkey userscript. Simple website to try to solve hCAPTCHA.
https://maximedrn.github.io/hcaptcha-solver-python-selenium/
Apache License 2.0
81 stars 31 forks source link

Update main.py #5

Closed lobatim closed 2 years ago

lobatim commented 2 years ago

in line 45 this command line is not working correctly replace with:_options.add_experimental_option('prefs', {'intl.accept_languages': 'en,en_US'})

see in this post at stackoverflow for more information: https://stackoverflow.com/questions/55150118/trouble-modifying-the-language-option-in-selenium-python-bindings

maximedrn commented 2 years ago

Thanks 👍