How to Get a Console Report from Most Common Browsers

The console tab in your browser allows you to view log messages and errors from a web page. The console report can give useful information when debugging or troubleshooting your form. This guide shows how to get the console report from your browser.

Google Chrome and Chromium-Based Web Browsers

  1. Right-click on the page, then select Inspect from the menu to open DevTools.
  2. In DevTools, go to Console.

Steps to view console logs in Chrome

You can also use the keyboard shortcut Ctrl+Shift+J for Windows and Linux or Cmd+Option+J for Mac to open DevTools.

Mozilla Firefox and Firefox-Based Web Browsers

  1. Right-click on the page, then select Inspect from the menu to open Developer Tools.
  2. In Developer Tools, go to Console.

Steps to view console logs in Firefox

You can also use the keyboard shortcut Ctrl+Shift+K for Windows and Linux or Cmd+Option+K for Mac to open Developer Tools.

Safari

  1. Select Safari in the upper-left corner.
  2. Select Preferences from the menu, then go to Advanced in the dialog.
  3. Turn on Show Develop menu in menu bar, then close the dialog.

Steps to enable the Show Develop menu in menu bar option in Safari

  1. Right-click on the page, then select Inspect Element from the menu to open Developer Tools.
  2. In Developer Tools, go to Console.

Steps to view console logs in Safari

You can also enter Cmd+Option+C on your keyboard to open Developer Tools.

Internet Explorer

  1. Right-click on the page, then select Inspect element from the menu to open Developer Tools.
  2. In Developer Tools, go to Console.

Steps to view console logs in Internet Explorer

You can also enter F12 on your keyboard to open Developer Tools.

Still need help? Contact Us Contact Us