How to open the developer console

The developer console is a tool which logs the information associated with a web page, such as JavaScript, network requests, and security errors. (It does other things, too, but this is all that really matters for this article.)

The information displayed in the developer console can be extremely helpful our support team when we're trying to figure out how to solve an issue. In the course of troubleshooting your issue, the Artemis support team may ask you to take a screenshot of the developer console.

See: How to Collect Information from a Browser Developer Tool

The following are instructions for how to open the developer console on various different browsers.



Chrome

To open the developer console window on Chrome, use the the F12 key or use the keyboard shortcut CmdShiftJ (on Windows) or CmdOptionJ (on Mac).

Alternatively, you can use the Chrome menu in the browser window, select the option "More Tools," and then select "Developer Tools."


Edge

To open the console on Edge, hit F12 to access the F12 Developer Tools. Once in the F12 Developer Tools, navigate to the Console tab.



Firefox

To open the console on Firefox, use the keyboard shortcut CmdShiftK (on Windows) or CmdOptionK (on Mac). The toolbox will appear at the bottom of the browser window, with the Web Console activated.

Alternatively, under the header Tools in the Mac menu bar, navigate to the sub-menu Web Developer and select Web Console.

Internet Explorer

To open the developer console in Internet Explorer, click on the Gear Menu in the upper-right-hand corner of the browser window and select F12 Developer Tools. You can also press F12 to open it.



The console will either open up within your existing Internet Explorer window, or in a new window. You may have to select the Console tab.



Safari

To open the console on Safari, you will first need to turn on the Develop menu. To do this, open the Safari menu in the Mac menu bar, then select Preferences.

Once in the Preferences dialog, navigate to the Advanced tab, then check the "Show Develop menu in the menu bar" box.

Once the Develop menu has been enabled, you can go to the Develop menu in the menu bar and then select the "Show JavaScript Console" option.

Screen_Shot_2018-09-12_at_3.32.19_PM.png

The JavaScript Console will show up on the bottom half of the active browser window.

Screen_Shot_2018-09-12_at_3.37.38_PM.jpg

Alternatively, you can use the keyboard shortcut OptionCmdC, though note that you will need to enable the Develop menu in your Safari Preferences for this shortcut to work.

Knowledge Base