Export data from Chrome developer tool

shebelaw picture shebelaw · Sep 22, 2011 · Viewed 158.9k times · Source

enter image description here

Network analysis by Chrome when page loads

I would like to export this data to Microsoft Excel so that I will have a list of similar data when loaded at diffrent times. Loading a page one time doesn't really tell me much especially if I want to compare pages.

Is it possible to do this via a tool or chrome extension ?

Answer

The Trav picture The Trav · Jul 26, 2012

if you right click on any of the rows you can export the item or the entire data set as HAR which appears to be a JSON format.

It shouldn't be terribly difficult to script up something to transform that to a csv if you really need it in excel, but if you're already scripting you might as well just use the script to ask your questions of the data.

If anyone knows how to drive the "load page, export data" part of the process from the command line I'd be quite interested in hearing how