This tool have to record all (or filtred) DOM events of Internet Explorer and allow to record them into an XML File or a Text file.
views:
126answers:
2
A:
You can use IE 8 Developer Tools' Profiler to record all DOM Events and export the report as a CSV.
Useful Links:
- MSDN Article on 'Profiling Script with the Developer Tools'
- IEBlog - 'Introducing the IE8 Developer Tools JScript Profiler'
Livingston Samuel
2010-01-14 06:50:59