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

984 B

Home > puppeteer > Protocol > DOMSnapshot > CaptureSnapshotResponse

Protocol.DOMSnapshot.CaptureSnapshotResponse interface

Signature:

export interface CaptureSnapshotResponse 

Properties

Property Type Description
documents DocumentSnapshot[] The nodes in the DOM tree. The DOMNode at index 0 corresponds to the root document.
strings string[] Shared string table that all string properties refer to with indexes.