mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
653 B
653 B
Home > puppeteer > Protocol > DOMSnapshot > DOMNode > contentDocumentIndex
Protocol.DOMSnapshot.DOMNode.contentDocumentIndex property
The index of a frame owner element's content document in the domNodes
array returned by getSnapshot
, if any.
Signature:
contentDocumentIndex?: integer;