Class CaptureSnapshotResult
java.lang.Object
io.webfolder.cdp.type.domsnapshot.CaptureSnapshotResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe nodes in the DOM tree.Shared string table that all string properties refer to with indexes.void
setDocuments
(List<DocumentSnapshot> documents) The nodes in the DOM tree.void
setStrings
(List<String> strings) Shared string table that all string properties refer to with indexes.toString()
-
Constructor Details
-
CaptureSnapshotResult
public CaptureSnapshotResult()
-
-
Method Details
-
getDocuments
The nodes in the DOM tree. The DOMNode at index 0 corresponds to the root document. -
setDocuments
The nodes in the DOM tree. The DOMNode at index 0 corresponds to the root document. -
getStrings
Shared string table that all string properties refer to with indexes. -
setStrings
Shared string table that all string properties refer to with indexes. -
toString
-