作者:起来吧52 | 来源:互联网 | 2023-05-17 13:12
I've made the move to Chrome, but one of the most annoying features with 'Firebug lite' is that it doesn't allow you to copy the CSS path of objects.
我已经转向Chrome,但“Firebug lite”最烦人的功能之一就是它不允许你复制对象的CSS路径。
To see what I mean, in Firefox, go to google.com and inspect the logo with Firebug. Right click on the 'hplogo' div and pick 'Copy CSS path'. You'll get something like:
要查看我的意思,请在Firefox中访问google.com并使用Firebug检查徽标。右键单击'hplogo'div并选择'Copy CSS path'。你会得到类似的东西:
html body#gsr div#main span#body.ctr-p center div#lga div div#hplogo
This is an incredibly useful feature that I can't find on Chrome, it appears you can only copy the Xpath.
这是一个非常有用的功能,我在Chrome上找不到,看来你只能复制Xpath。
Is there a way to use this type of functionality in Chrome?
有没有办法在Chrome中使用此类功能?
Thanks
2 个解决方案