Is there any way i could get a list of events that have been fired in the DOM? I don't want to trace by adding breakpoints.
Am looking for something like an internal browser log with the order of the events being fired for the page that is being loaded. This should include all events, even the likes of mouseup, mousedown.