mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
646 B
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[];