How to generate a HAR and log file in Chrome
-
Open Google Chrome.
-
In Chrome, go to the webpage in question.
-
Select the Chrome menu > More Tools > Developer Tools
-
Select the Networks tab.
-
Within the Networks tab, Click checkbox for Preserve log option.
-
Record log by selecting the red circle at the top left of the Networks tab.
-
Refresh the page and allow Chrome to record browser-website interaction.
-
Once the page is loaded, select the Export HAR (downward facing arrow). "Save as..." name the file as your preference.
-
Go back to the Networks tab and right-click anywhere in the "Name" column (with many different file names), select "Save HAR with content".
How to generate a HAR and log file in Microsoft Edge
-
Open Microsoft Edge and navigate to the page where the issue occurs.
-
Press F12 (or Ctrl + Shift + I on Windows) to open Developer Tools.
-
Click on the Network tab.
-
Ensure the Preserve log option is checked.
-
Reproduce the issue.
-
Right-click within the network panel and select Save all as HAR with Content.
-
Save the HAR file to your computer
How to generate a HAR and log file in Firefox
-
Open Firefox.
-
In Firefox, go to the webpage in question.
-
Select the Firefox menu > Web Developer > Network.
-
Within the Networks tab, select Preserve log option.
-
In the center of the Networks tab select refresh.
-
Refresh the page and allow Firefox to record the browser-website interaction.
-
Once the page is loaded, right click and "Save All As HAR".
How to generate a HAR and log file in Safari
-
Open Safari.
-
In Safari, go to the webpage in question.
-
Enable Developers Tool: Safari > Preferences > Advance > Click Show Develop menu in menu bar
-
Select Develop in menu > Show Web Inspector > Select Network tab
-
Within the Networks tab, select Preserve log option.
-
Refresh the page and allow Safari to record the browser-website interaction.
-
Once the page is loaded, click on Export on the top right in the window of the Network tab.
-
Select the Console tab and screen capture the errors.
-
Upload the HAR and console screenshot files to the support ticket.
To read the endpoint of the har file you may use this Google Har file Analyzer HAR Analyzer
Comments
0 comments