How to Check Your Browser's JavaScript Console

A guide on how to find the JavaScript console in your browser.

Last updated: June 7, 2022

When you contact our support team, we might ask you to send a screenshot of your JavaScript console. You can find the JavaScript console in your web browser as part of its developer tools.

The console contains information about errors or other issues, which allows us to identify the root problem and help you better. In addition to the console screenshot, we would also like to know:

  • What browser version are you using? If not the latest, could you update the browser and try again?
  • Does the issue occur in other browsers? For example, if it doesn't work in Chrome, does it in Safari?
  • Does the issue occur in incognito mode (or equivalent)?

The way you access the JavaScript console depends on your web browser. Read below how to access the console from Safari, Chrome, Firefox, Opera, and Edge.

Tip – Include your entire console when taking screenshots
  • To take a screenshot on Windows, press the Windows key + PrtScn. Your screenshot should get saved to the Pictures > Screenshots folder.
  • To take a screenshot on your macOS, press Command + Shift + 4 and select a part of your screen.

Safari

Before you can open the console in Safari, you need to enable a setting in Safari's preferences.

  1. Open Safari.
  2. In the top-left corner of your screen, click Safari > PreferencesAdvanced.
  3. Enable the Show Develop menu in menu bar option. You can now close this window.
Safari - Enable JavaScript

4. Go to the page where you spotted some issues.
5. Open the console by pressing Command + Option + C on your keyboard. If something's not working properly, you will see error messages in the console window.
6. Take a screenshot of the console and send it to our support team.

Safari - JavaScript Console

Chrome

  1. Open a page in Chrome where you've noticed some issues.
  2. Open the console by pressing the following keys on your keyboard:
    macOS: Command + Opt + J
    Windows: Ctrl + Shift + J
  3. Take a screenshot of the console.
Chrome - JavaScript Console

Firefox

  1. Open a page in Firefox.
  2. Open the console by pressing the following keys on your keyboard:
    macOS: Command + Option + K
    Windows: Ctrl + Shift + K
  3. Take a screenshot of the console.
Firefox - JavaScript Console

Opera

  1. Open a page in Opera.
  2. Open the console by pressing the following keys on your keyboard:
    macOS: Command + Shift + I
    Windows: Ctrl + Shift + I
  3. Click the Console tab to open it.
  4. Take a screenshot of the console.

Edge

  1. Open a page in Microsoft Edge.
  2. Open the console by pressing the following keys:
    macOS: Command+Option+J
    Windows, Linux: Ctrl+Shift+J
  3. Take a screenshot of the console.
Are you experiencing importing issues with your integrations?

Sometimes you might see error messages when importing data from a different system. Find the list of the most common error codes you might receive in Plecto.

Was this article helpful?

Please leave a comment to help us improve.