How to access web console

To track JavaScript errors on your page, you can use the web console. Follow these steps to open and troubleshoot the console:

1

Open the Console

Use the following keyboard shortcuts to open the console:

Chrome

Access DevTools On Windows On Mac
Open Developer Tools F12 or Ctrl+Shift+I Cmd+Option+I

Safari

Cmd+Option+C

2

Refresh the Current Page

Refresh the current page or redo the action that is causing the issue and carefully observe the console.

3

Check the Console for Errors

You can often identify the plugin or source of the error by reading the red error messages. Error message example