Chrome equivalent of Firefox Firebug CSS select path -
I've taken steps for Chrome, but this is one of the most troublesome features with 'Firebug Lite' That it allows you to copy the CSS path of the object.
In Firefox, I mean to visit, go to google.com and inspect the logo with firebug. Right-click on 'hploos' and select 'copy css path'. You will get something:
html body # gsr div # main span # body.ctr-p center div # lga div div # hplogo this is an incredible This is a useful feature that I can not get on Chrome, it seems that you can only copy Xpath.
Is there any way to use this type of functionality in Chrome?
There is no fundamental way to get this information in Chrome
You can do a bunch of hacks using jQuery and bookmarks as a hack: Also here:
However, you should get this extension you want, and for a little easier use: This will drag XPath and CSS paths and will allow you to easily copy the text.
Comments
Post a Comment