How to search DOM elements using XPath or CSS selectors in Chrome Developer Tools?

前端 未结 3 603
鱼传尺愫
鱼传尺愫 2021-01-29 19:53

The doc http://code.google.com/chrome/devtools/docs/elements.html says it supports XPath or CSS selectors, but when I tried, didn\'t seem to work for me.

Any one knows

3条回答
  •  萌比男神i
    2021-01-29 20:09

    You can use $x in the Chrome javascript console. No extensions needed.

    ex: $x("//img")

提交回复
热议问题