Deepak Keynes
Deepak Keynes

Reputation: 2329

How to Inspect Element using Safari Browser

I am developing websites and creating applications. I want to know how to inspect an element through web browsers like safari.

In normal Chrome, Firefox, Explorer or any other browsers, we will right click the mouse button or press Function Key F12 to view the Inspect Element. But it is not happening in the case of safari browser.

Share your thoughts!

Upvotes: 103

Views: 268130

Answers (4)

Syed Muhammad Usman
Syed Muhammad Usman

Reputation: 91

  1. Go to Safari -> Settings

Safari Settings

  1. Go to Advanced Tab, and enable Show features for web developers

Safari Advance Tab

  1. Now touch with 2 fingers with Mousepad on website you want to inspect, and click on Inspect Element

Inspect element

Upvotes: 3

Marina
Marina

Reputation: 1780

Press CMD+ ,, then click in show develop menu in menu bar. After that click Option+CMD+I to open and close the inspector.

Upvotes: 12

G43beli
G43beli

Reputation: 3952

In your Safari menu bar click Safari > Preferences & then select the Advanced tab.

Select: "Show Develop menu in menu bar"

Now you can click Develop in your menu bar and choose Show Web Inspector

See the detailed guide here for more info: LINK

You can also right-click and press "Inspect element".

EDIT As suggested by @dennis in the comments: If you dont see "Show Develop menu in menu bar" you may need to run DevToolsSecurity -enable in the console before the option is visible

Upvotes: 231

ritesh Kumar
ritesh Kumar

Reputation: 47

in menu bar click on Edit->preference->advance at bottom click the check box true that is for Show develop menu in menu bar now a develop menu is display at menu bar where you can see all develop option and inspect.

Upvotes: -1

Related Questions