Export data from Chrome developer tool

前端 未结 12 1801
轮回少年
轮回少年 2021-01-30 02:02

\"enter

Network analysis by Chrome when page loads

I would like to export this d

12条回答
  •  时光取名叫无心
    2021-01-30 02:26

    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

提交回复
热议问题