14 lines
654 B
Markdown
14 lines
654 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOMSnapshot](./puppeteer.protocol.domsnapshot.md) > [DOMNode](./puppeteer.protocol.domsnapshot.domnode.md) > [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[];
|
||
|
```
|