whats-element-compat
v1.0.2
Published
a tool can compute a unique string identity id to location everyone element in web page.
Downloads
5
Readme
定位一个网页DOM元素,一般会以 id,class,name 作为标识符,通过
getElementById
、getElementByName
、querySelector
API来定位、获取指定元素。而针对一些无任何标识的节点,如<span>文本</sapn>
是否有方法定位到它们呢?
fork from https://github.com/rowthan/whats-element.git