Sometimes, the support team may ask you to provide a screenshot of your console. Here’s a quick guide on how to open the console in different browsers:
Google Chrome
- Open Chrome.
- Press
Ctrl
+Shift
+J
(Windows/Linux) orCmd
+Option
+J
(Mac). - Alternatively, you can open it via the menu:
- Click the three vertical dots in the upper right corner of the browser.
- Go to More tools > Developer tools.
- Click on the Console tab.
Mozilla Firefox
- Open Firefox.
- Press
Ctrl
+Shift
+K
(Windows/Linux) orCmd
+Option
+K
(Mac). - Alternatively, you can open it via the menu:
- Click the three horizontal lines (menu) in the upper right corner of the browser.
- Select Web Developer > Web Console.
Microsoft Edge
- Open Edge.
- Press
Ctrl
+Shift
+I
(Windows/Linux) orCmd
+Option
+I
(Mac). - Alternatively, you can open it via the menu:
- Click the three horizontal dots in the upper right corner of the browser.
- Go to More tools > Developer tools.
- Click on the Console tab.
Safari
- Open Safari.
- Enable the Develop menu if it’s not already enabled:
- Go to Safari > Preferences > Advanced.
- Check the box that says Show Develop menu in menu bar.
- Press
Cmd
+Option
+C
. - Alternatively, you can open it via the menu:
- Click on the Develop menu in the menu bar.
- Select Show JavaScript Console.
Opera
- Open Opera.
- Press
Ctrl
+Shift
+I
(Windows/Linux) orCmd
+Option
+I
(Mac). - Alternatively, you can open it via the menu:
- Click the red O in the upper left corner of the browser.
- Go to Developer > Developer tools.
- Click on the Console tab.
Opening the console is quite straightforward in most browsers. Using the keyboard shortcuts can save you time, but you can also access the console through the browser menus if you prefer.