puppeteer/new-docs/puppeteer.protocol.domsnapshot.getsnapshotresponse.domnodes.md
2020-07-13 14:01:35 +01:00

617 B

Home > puppeteer > Protocol > DOMSnapshot > GetSnapshotResponse > domNodes

Protocol.DOMSnapshot.GetSnapshotResponse.domNodes property

The nodes in the DOM tree. The DOMNode at index 0 corresponds to the root document.

Signature:

domNodes: DOMNode[];