mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
620 B
620 B
Home > puppeteer > Protocol > DOMSnapshot > LayoutTreeNode > domNodeIndex
Protocol.DOMSnapshot.LayoutTreeNode.domNodeIndex property
The index of the related DOM node in the domNodes
array returned by getSnapshot
.
Signature:
domNodeIndex: integer;