How to Inspect Element using Safari Browser

SafariInspect Element

Safari Problem Overview


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!

Safari Solutions


Solution 1 - Safari

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

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

Solution 2 - Safari

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

enter image description here

Solution 3 - Safari

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.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionDeepak KeynesView Question on Stackoverflow
Solution 1 - SafariG43beliView Answer on Stackoverflow
Solution 2 - SafariMarinaView Answer on Stackoverflow
Solution 3 - Safariritesh KumarView Answer on Stackoverflow