devtools-csspath
v0.0.1
Published
cssPath from the [Chrome devtools](https://chromium.googlesource.com/chromium/blink/+/master/Source/devtools/front_end/components/DOMPresentationUtils.js) as a node module. Based on [cssman](https://github.com/maximilianschmitt/cssman) with some critical
Downloads
40
Readme
devtools-csspath
cssPath from the Chrome devtools as a node module. Based on cssman with some critical bugfixes
var csspath = require('devtools-csspath');
console.log(csspath(someElement));
html > body > header > h1