<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [DOMSnapshot](./puppeteer.protocol.domsnapshot.md) &gt; [DOMNode](./puppeteer.protocol.domsnapshot.domnode.md) &gt; [pseudoElementIndexes](./puppeteer.protocol.domsnapshot.domnode.pseudoelementindexes.md)

## Protocol.DOMSnapshot.DOMNode.pseudoElementIndexes property

Indexes of pseudo elements associated with this node in the `domNodes` array returned by `getSnapshot`<!-- -->, if any.

<b>Signature:</b>

```typescript
pseudoElementIndexes?: integer[];
```