With all the high technology development, why can’t bots check boxes that say “I am not a robot”?

338 views

With all the high technology development, why can’t bots check boxes that say “I am not a robot”?

In: 649

22 Answers

Anonymous 0 Comments

I’m sure there’s more to it, but pretty much because of this:

>The isTrusted read-only property of the Event interface is a boolean value that is true when the event was generated by a user action, and false when the event was created or modified by a script or dispatched via EventTarget.dispatchEvent().

[https://developer.mozilla.org/en-US/docs/Web/API/Event/isTrusted](https://developer.mozilla.org/en-US/docs/Web/API/Event/isTrusted)

I wonder if downloading the chromium source files, modifying the code to always return true, then building it again (it may take a few hours, I guess), would actually work.

You are viewing 1 out of 22 answers, click here to view all answers.