Chrome equivalent of Firefox Firebug CSS select path Chrome equivalent of Firefox Firebug CSS select path google-chrome google-chrome

Chrome equivalent of Firefox Firebug CSS select path


In chrome you can right click on an element in the elements explorer view and select copy CSS path or copy Xpath.


There is no native way to get this information in Chrome. You can do a bunch of hacks, using jQuery and bookmarks as show here: http://www.edmondscommerce.co.uk/chrome/tip-copy-css-selector-in-chrome/ as well as here: http://www.selectorgadget.com/

However, you may find this extension to be closer to what you want, and a little easier to use: https://chrome.google.com/webstore/detail/lbghbpofdlcecfbpjgmffnkieenjkboiIt will pull the XPath as well as the CSS Path, and allow you to easily copy the text.