Using the browser's Developer Tools to troubleshoot

0 users found this article helpful

Resolution

Note: This article currently focuses on the Developer Tools in Microsoft Edge and Google Chrome, as these are the primarily used browsers.

It's best to always start with a clean, preferably incognito / in-private browser session when reproducing an issue.

When the browser is launched, press [F12] before navigating.

The developer tools appear. It's a panel with some tabs (some may be hidden under an arrow that exposes a short navigation menu).

Console

Click "Console". This tab contains a few elements:

Right-clicking in the output makes it possible to copy or save the console output.

An example from Google Chrome (other modern browsers have a similar interface:

 

 

Network

Click "Network". This will show an overview of all network requests. 

It contains a few buttons:

Below is an example of the Developer Tools in Google Chrome (in other modern browsers it looks similar):

 

Other useful options can be found in the settings. The settings are locked under [...]  > Settings:

For example, under Preferences, these 2 settings can be very helpful:

 

 

 

 

 

 

Was this article helpful?

Tell us how we can improve it.