Search code examples
debugginggoogle-chromehar

How do I view / replay a chrome network debugger har file saved with content?


I love the network debugger, that being said, what programs are out there that let me step forward and backward through multiple 'hars' so I can replay them? if the 'hars' are saved with content, can the replay handle that as well?

right now I just read through in textpad, but if I have to present any of my findings a nice 'har player' could greatly help non-technical folk.


Solution

    1. Drag and drop:

    Chrome Dev Tool's "Network" tool now allows you to import HAR files by drag-and-dropping into the window.

    OR

    1. Use the Import Har button: import har file in chrome under network tab