Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleGoogle Chrome
  1. Click Image RemovedImage Added icon, and go to More tools > Developer tools.

    Tip
    You can also right-click the page that has issues with it, and select Inspect to open Developer tools.


  2. Click the Network tab.
  3. Enable logs recording (if not enabled ) by clicking the recording button Image Removed Image Added.
  4. Click the Image Removed Image Added icon to delete any log records that may already be present in the Network tab.
  5. Reproduce the issue.
    The logs will get recorded in the Network tab.
  6. Export and save the logs as HAR file by clicking the Image Removed Image Added icon on the toolbar.


Expand
titleFirefox
  1. Clickicon.
  2. Select Web Developer > Network.
  3. Reproduce the issue.
  4. Click image.png at the top-right corner in the Network tab.
  5. Select ”Save All As HAR“ to save the logs as HAR file at a specified location.

...