Generating a HAR file for troubleshooting

HAR file stores additional information network requests that are generated in your browser while an issue occurs.

It is required for the engineering team for further analysis while there are issues related to coverage.

How to generate the HAR file for Chrome browser

  1. Open Google Chrome and go to the page where the issue is occurring.

  2. Look for the Vertical ellipsis button (on the upper-right side of the browser) and select More Tools → Developer Tools.

  3. From the panel opened, select the Network tab.

  4. Look for a round red Record button in the upper left corner of the tab, and make sure it is red. If it is grey, click it once to start recording.

  5. Check the box Preserve log.

  6. Click the Clear button (right to the Record button) to clear out any existing logs from the Network tab.

  7. Reproduce the issue that you were experiencing before, while the network requests are being recorded.

  8. Once you have reproduced the issue, in Chrome, click Export HAR to download. Then save the file to your computer: Save as HAR with Content.

  9. Upload your HAR file to your ticket or attach it to your email so that our Support team can analyze it.