InformationBodyChromeEdgeFirefoxSafari Chrome Click on the options menu at the top right corner of your Chrome browser window.Select More Tools > Developer Tools.Select Network on the top in the middle. You may need to click >> and select from a menu. Tick the Preserve Log checkbox.Ensure the record icon is red. Refresh the page.Leave this panel open and perform the error prone task. You will see various columns such as Name, Status, Type etc. populate rows as you do things.Click the download arrow to Export HAR (sanitized)...Save the .har file and send it to us. Edge Open Microsoft Edge and go to the page where the issue is occurringClick the 3 dots on the top right corner > More Tools > Developer Tools Then, within the Developer Tools: Select the Network panel tab. You may need to click >> and select from a drop down list.Confirm the Preserve log checkbox is ticked. Confirm the record icon is red.Click Clear network log, refresh the page, and repeat the error prone task.Click Export HAR to export the recorded session to a HAR file. The icon is an arrow pointing downwards to a horizontal line. It's on the same row as the Preserve log box. If you can't see it, resize the vertical bar and resize the Developer Tools window. Firefox Open FirefoxGo to the page you want to captureOpen Developer Tools Windows/Linux: Ctrl + Shift + IMac: Cmd + Option + I Click the Network tabClick the Settings cog and check “Persist Logs” (important so requests aren’t cleared)Reload the page (Cmd/Ctrl + R)Reproduce the issue or behavior you’re troubleshootingIn the Network panel:Right‑click anywhere in the request listSelect “Save All As HAR”Save the file Safari One‑time setup (if not already enabled) Open SafariGo to Safari → Settings (or Preferences)Click AdvancedCheck “Show Develop menu in menu bar” Capture the HAR file Go to the webpage you want to recordFrom the menu bar, click Develop → Show Web InspectorOpen the Network tabEnable “Preserve Log”Reload the pageReproduce the issueIn the Network tab: Click the Export icon orRight‑click in the request list → Export HAR Save the .har file If you don’t see an export option: Make sure requests are visible (reload after opening Network)Ensure you’re on a recent Safari version (Safari 16+) TitleHow do I create a HAR file?URL NameHow-do-I-create-a-HAR-file
SummaryThe article provides a step-by-step guide on creating a .har file in Chrome or Edge, including instructions to access the options menu, select developer tools, and preserve the log.more info