You will learn
Learn how to access your browser's developer console, which is a tool standard to most modern web browsers that logs page errors and warnings. The developer console can be helpful for debugging technical issues.
The Klaviyo Support team may request additional information found in your browser's developer console to assist with troubleshooting. If you are asked for a screenshot or log from the developer console, follow the steps below to access this information in your browser of choice.
Open in ChromeOpen in Chrome
You can access the Chrome Developer Console from the Chrome menu bar:
- Open a Chrome window.
- From the Chrome menu bar, open the View menu.
- Select Developer > JavaScript Console to open the developer console.
You can also navigate to the JavaScript Console by opening the Inspect Element tab of the developer tools:
- Open a Chrome window and navigate to any webpage.
- Right-click on the web page within the browser window.
- Select Inspect.
- Navigate to the Console tab.
Alternatively, use the keyboard shortcuts Option + Command + J (Mac) or Control + Shift + J (PC) to open the console directly.
After you have successfully opened the Console tab, refresh the page or perform the action causing the technical issue and take a full screenshot of the results in the console window.
Open in SafariOpen in Safari
Before you can access the developer console in Safari, you first need to enable the developer menu in your browser’s preferences.
- From the Safari menu bar, click Safari > Preferences.
- Select the Advanced tab.
- From the Advanced tab, click Show Develop menu in menu bar to enable easy access to the developer console.
Once that menu is enabled, you can access the developer console from the menu bar:
- Open a Safari window.
- From the menu bar, click Develop > Show JavaScript Console.
Alternatively, use the keyboard shortcut Option + Command + C to quickly open the console directly.
After you have successfully opened the Console tab, refresh the page or perform the action causing the technical issue and take a full screenshot of the results in the console window.
Open in FirefoxOpen in Firefox
- Open a Firefox browser window open.
- Click the menu button in the upper right corner.
- Select More Tools.
- From the available options, click Web Developer Tools.
The keyboard shortcut to open the Web Console in Firefox is Option + Command + K (Mac) or Command + Shift + J (PC).
After you have successfully opened the Web Console, refresh the page or perform the action causing the technical issue and take a full screenshot of the results in the console window.
Accessing developer consoles in other browsers
Many browsers provide guidance on how to use their own developer tools. If you use a browser not included in the instructions above, we recommend searching your preferred browser’s documentation for more specific instructions.
Additional resources