This is the question:
I have an iframe that displays any web page (not necessarily developed by me). On this page may be attached events (which presumably I do not know).
How can I dynamically intercepting these events and store them for later replicate?
For example: suppose that when the mouse moves over a certain div it changes color. I would like to make sure that when you trigger the event that would change color to the div it is "registered" with all a series of information that will allow me (without user interaction) to replicate it at a later time.
Ideas for both the recording and subsequent replication?