[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOMSnapshot](./puppeteer.protocol.domsnapshot.md) > [DOMNode](./puppeteer.protocol.domsnapshot.domnode.md) > [childNodeIndexes](./puppeteer.protocol.domsnapshot.domnode.childnodeindexes.md) ## Protocol.DOMSnapshot.DOMNode.childNodeIndexes property The indexes of the node's child nodes in the `domNodes` array returned by `getSnapshot`, if any. Signature: ```typescript childNodeIndexes?: integer[]; ```