Skip to content
English
  • There are no suggestions because the search field is empty.

How can I view and export my browser's console log?

A log of your web browser's console can help us determine the cause of an issue much more effectively. This article provides a step-by-step guide for all common browsers.

Microsoft Edge

  1. In the upper-right corner of the Edge window, click the three dots icon.
  2. Select More Tools from the drop-down menu.
  3. Select Developer tools from the drop-down menu.
  4. In the side panel that appears, select the Console tab.
  5. Right-click in the list of errors and select Save as... from the drop-down menu.

Google Chrome

  1. In the upper-right corner of the Chrome window, click the three dots icon.
  2. Select More Tools from the drop-down menu.
  3. Select Developer Tools from the drop-down menu.
  4. In the side panel that opens, select the Console tab.
  5. Right-click in the list of errors and select Save as... from the drop-down menu.

Mozilla Firefox

  1. In the upper-right corner of the Firefox window, click the three horizontal lines icon.
  2. Select More tools from the drop-down menu.
  3. Select Browser Console from the drop-down menu.
  4. In the pop-up window that appears, right-click in the list of errors and select Save all Messages to File from the drop-down menu.
  5. Save the file.

Apple Safari

Enable the Develop menu, which is disabled in Safari by default:

  1. With Safari open, navigate to the top menu of your computer and select Safari.
  2. Select Preferences from the drop-down menu.
  3. Select the Advanced tab in the pop-up window.
  4. Check the box next to Show Develop menu in menu bar

Then you can access the browser console by taking the following steps:

  1. Click the new Develop option in the top menu.
  2. Select Show JavaScript Console from the drop-down menu.
  3. In the panel that appears, press + to select all.
  4. Now right-click in the list of errors and select Save Selected from the drop-down menu.
  5. Save the file.