xTerradon / hcaptcha-solver

Automated hCaptcha solver using binary image classification networks
https://pypi.org/project/hcaptcha-solver/
21 stars 6 forks source link

test.py to solve both pages of the hcaptcha #13

Closed ludwig7685 closed 11 months ago

ludwig7685 commented 11 months ago

solves both pages of hcaptcha. leaves selenium open after finishing.

~ wrote with chatgpt, becuase i was to lazy to write, lol

xTerradon commented 11 months ago

Hey, the functionality of recognizing when multiple captchas are present and solving them one by one belongs in hcaptcha-solver.py and webdriver.py, not in a test case. I appreciate you pointing that out and will create an issue to fix it in the future, but I will deny that pull request. Cheers!