Hi,
I’d like to capture the network log for my WebPageTest test on Chrome, so I enabled the “Capture Network Log” under Chromium section before running the test. After the test is finished, in the Summary tab, I can see a Net Log link for my test runs, clicking this link will download a json file. My question here is, how to view this json file? (In Chrome DevTool, only har file is can be loaded in the Network file.)
Thanks a lot!