mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
654 B
654 B
Home > puppeteer > Protocol > DOMSnapshot > DOMNode > pseudoElementIndexes
Protocol.DOMSnapshot.DOMNode.pseudoElementIndexes property
Indexes of pseudo elements associated with this node in the domNodes
array returned by getSnapshot
, if any.
Signature:
pseudoElementIndexes?: integer[];