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

646 B

Home > puppeteer > Protocol > DOMSnapshot > CaptureSnapshotResponse > documents

Protocol.DOMSnapshot.CaptureSnapshotResponse.documents property

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

Signature:

documents: DocumentSnapshot[];