Changes between Version 6 and Version 7 of WebInspector


Ignore:
Timestamp:
May 2, 2010 10:08:34 AM (14 years ago)
Author:
pfeldman@chromium.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebInspector

    v6 v7  
    1515== Using the Web Inspector ==
    1616The Web Inspector can be opened by '''right clicking anywhere on a web page''' and choosing '''Inspect Element'''.  Once open, it highlights the node on the page as it is selected in the hierarchy. You can also search for nodes by node name, id and CSS class name.
    17 
    18 
    19 One of the unique features of the inspector is the ability to root the DOM hierarchy by double clicking a node to dig deeper. This lets you easily manage large nested pages and only focus on a particular sub-tree with minimal indentation.
    2017
    2118