Class DOMSnapshot.CaptureSnapshotResponse
java.lang.Object
org.openqa.selenium.devtools.v119.domsnapshot.DOMSnapshot.CaptureSnapshotResponse
- Enclosing class:
- DOMSnapshot
-
Constructor Summary
ConstructorDescriptionCaptureSnapshotResponse
(List<DocumentSnapshot> documents, List<String> strings) -
Method Summary
Modifier and TypeMethodDescriptionThe nodes in the DOM tree.Shared string table that all string properties refer to with indexes.
-
Constructor Details
-
CaptureSnapshotResponse
-
-
Method Details
-
getDocuments
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.
-