Question
How do I open the browser console for Apple Safari?
Answer
First, enable the web developer option for Safari.
-
From the menu bar, choose Safari.
-
Select Settings… (⌘,).
-
Go to the Advanced pane.
-
Check the Show features for web developers checkbox.
To open the console, there are a few ways to do this:
-
Browser to the webpage you want to inspect.
-
In the top left of the browser menu, select Develop.
-
Select "Show Web Inspector".
Or
- Browser to the webpage you want to inspect.
- Right-click on the webpage and choose Inspect Element, the Web Inspector will launch.
To open the console from the keyboard:
- Press
Option + CMD + I
(⌥⌘I)
. The Web Inspector will launch and inspect the webpage.
Comments
0 comments
Article is closed for comments.