To identify bugs, we may ask you to take a screenshot of your browser console. This is where your web browser communicates that things look fishy.
There are already several great tutorials explaining how to open that console (for example: Balsamiq’s Finding Your Browser's Developer Console, or ConcreteCMS’s shortcut guide).
But we like doing our own version of things — if we believe we can make it simpler. Here it is:
- Right-click anywhere in the page.
- At the bottom of the menu, click
Inspect
. - At the top of the new panel, click the tab
Console
.
Then, try to reproduce the issue, and take a screenshot of the whole page, including the console.
For reference: