How to generate HAR file on Chrome and Firefox browser

How to Generate HAR File

AuthorFullName__c
Marwa Sharif
articleNumber
000005681
ft:sourceType
Salesforce
FirstPublishedDate
2023-04-16T08:34:52Z
lastModifiedDate
2023-04-16
VersionNumber
3
To generate a HAR file on Google Chrome or Firefox browser, follow these steps:
  1. Open the browser you want to use and navigate to the webpage you want to capture the network traffic for.
  2. Open the developer tools in your browser. This can typically be done by pressing F12 or Ctrl+Shift+I on Windows or Command+Option+I on a Mac or Right-Click on “Inspect”.
  3. In the developer tools, go to the Network tab.
  4. Make sure the Preserve log checkbox is checked.
  5. Reload the webpage to capture all the network traffic.
  6. After the page has loaded, reproduce the issue and once the task is completed, right-click on any of the requests in the Network tab and select "Save all as HAR with content".
  7. Choose a location to save the HAR file and click Save.