I had a problem of needing to do some stuff programmatically (in javascript) that was happening in a third party component after being triggered by some browser events (clic
Yes Chrome can :)
It will show you all load events (in yellow) as well as AJAX events that happen when you mouse-over stuff, etc.
Cheers ;)
In Chrome you can use monitorEvents()
in the console of dev tools to record all the events that you would like to monitor triggered during your test.