This link goes to the implementation of the imagination captcha imagination
The authors themselves asked people to make algorithms to try their effectiveness against AI attacks.
In fact, the first page asks you to click anywhere in the image ... My problem is that my algorithm contains a dot (x, y) in the image, but I want to imitate it in real time using this link ...
Can someone tell me how I can send point values to this link and return a message whether I was successful or not ....
Essentially, I ask how I can emulate a mouse click on this link at the points that my algorithm gives with C # ...
I ask about this only to study the features of this captcha and its accuracy.
Thank you so much
source
share