Browsers and Mail Open Browser Console in Google Chrome


  • Staff
Google_Chrome_banner.png

This tutorial will show you how to open the browser console in Google Chrome on Windows 10 and Windows 11.

The Console is like an intelligent, rich command line within DevTools, and is great companion tool to use with others tools. The Console provides a powerful way to script functionality, inspect the current webpage, and manipulate the current webpage using JavaScript.

Reference:


Here's How:

1 Open Google Chrome.

2 Press the Ctrl + Shift + J keys to directly open the Console in Dev Tools.

3 You can click/tap on Issues at the top or bottom to see any detected issues on the page. (see screenshot below)


Google_Chrome_Console.png

4 When finished, you can close (X) the Dev Tools pane. (see screenshot below)

Google_Chrome_close_Console.png


That's it,
Shawn Brink


 

Attachments

  • Google_Chrome.png
    Google_Chrome.png
    14.9 KB · Views: 10
Last edited:
Back
Top Bottom