Categories

Problem Statement

How do I generate HAR file:


Solution:


To generate a HAR file in Chrome:


  • Browse to the URL where you are seeing the issue
  • Right click anywhere on the page and click on the Inspect Element.


  • The developer tools should have opened at the bottom or right side of the browser, now click on the Network tab.


  • Click on the record button and force a refresh of the page or click on a link with which you are seeing the issue. The aim is to reproduce the issue and capture the output.


  • Once you have experienced the issue, right click within the Network tab and select “Save as HAR with Content” then save the file.

  • Now you can upload the output file to your support ticket or attach it to an email response.
 
To generate a HAR file in Firefox:
  • Browse to the URL where you are seeing the issue.
  • Navigate to the Tools>Web Developer>Network menu or press Ctrl+Shift+I (Windows/Linux) or Cmd+Option+I (OS X)
  • Refresh the page to start capturing the traffic between the browser to the server, or click on a link with which you are seeing the issue. The aim is to reproduce the issue and capture the output.
  • Click on Export followed by Save As… to save the HAR file.
 
To generate a HAR file in Microsoft Edge:
  • Browse to the URL where you are seeing the issue.
  • Navigate to Developer tools (use F12 as a shortcut) and select the “Network” tab.
  • Refresh the page to start capturing the traffic between the browser to the server or click on a link with which you are seeing the issue. The aim is to reproduce the issue and capture the output.
  • Click on “Export as HAR” followed by Save As… to save the HAR file.