1

I am trying to do web scraping with selenium in python, the rest of the code is fine, I only need the most difficult to solve the reCAPTCHA v2

Luis Forni
  • 11
  • 1

1 Answers1

0

Look into services like DeathByCaptcha that offer an API for you to submit captcha info, and return a solution.

Jason Bellows
  • 339
  • 2
  • 7