I'm trying to make a script that autoclicks a part of an iframe.
The idea is this:
On my website (web 1) there will be an iframe from another website (web 2). The idea is that when you load the web1, an autoclick is made in a specific part of the iframe of web 2.
So far, the only thing I found was a code in javascript that does autoclick, but only in buttons, not in iframes.
I do not know if this will be possible to do it with a code in javascript, that of click by coordinates.