(Hi, so much time!)
I am trying to make a click over a button inside a dinamically loaded iframe.
I have accomplished reach the desired element inside of the iframe but I can't fire click events. I have used click() and initMouseEvent("click", true, true) without success.
The iframe is loaded with 3rd party content from another domain.
Or more generally speaking, Is it technically possible to do this?
Thanks.-