A simple python library that solves "I'm not a robot" captcha using selenium
It is a work in progress but it works.
I plan on including other types of captcha in the future too so stay tuned.
For a demo on how it works refer to try.py
- Import
iamarobot.py
- Declare a
Docaptcha
object with the driver of the browser where the captcha is as the first argument and the xpath of lowest-level iframe of the captcha as the second argument - Call the method
solve
on the object. - Enjoy whatever you are using it for