Step-By-Step Guideline for Opening the Browser's Developer Tools
Google Chrome:
- Open Developer Tools:
- Shortcut: Press
Ctrl + Shift + I
(on Windows/Linux) orCmd + Option + I
(on macOS). - Menu: Click on the three-dot menu in the top-right corner (
⋮
) → Select More tools → Developer Tools.
- Shortcut: Press
- Open the Console Tab:
- Inside Developer Tools, click on the Console tab, which will show you the JavaScript console where you can view logs, errors, and run JavaScript code.
Mozilla Firefox:
-
Open Developer Tools:
- Shortcut: Press
Ctrl + Shift + I
(on Windows/Linux) orCmd + Option + I
(on macOS). - Menu: Click on the hamburger menu (
≡
) in the top-right corner → Web Developer → Toggle Tools.
- Shortcut: Press
-
Open the Console Tab:
- Once DevTools are open, click on the Console tab.
Microsoft Edge:
-
Open Developer Tools:
- Shortcut: Press
Ctrl + Shift + I
(on Windows/Linux) orCmd + Option + I
(on macOS). - Menu: Click on the three-dot menu in the top-right corner → More tools → Developer tools.
- Shortcut: Press
-
Open the Console Tab:
- Switch to the Console tab within Developer Tools.
Safari:
-
Enable Developer Menu (if not enabled):
- Go to Safari > Preferences > Advanced.
- Check the box for Show Develop menu in menu bar.
-
Open Developer Tools:
- Shortcut: Press
Cmd + Option + I
. - Menu: Click on the Develop menu in the menu bar → Show Web Inspector.
- Shortcut: Press
-
Open the Console Tab:
- Inside the Web Inspector, click on the Console tab.