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

auto download and install webdriver #6

Closed lobatim closed 2 years ago

lobatim commented 2 years ago

I maked some changes in the code, I adding the Chromedriver-manager in line 43, this library download and install webdriver automaticaly. And I changed extension path to Service in line 43 and 57, because webdriver path is deprecated and incompatible with chromedriver-manager