Uses of Class
org.openqa.selenium.devtools.v119.domsnapshot.model.DocumentSnapshot
Packages that use DocumentSnapshot
-
Uses of DocumentSnapshot in org.openqa.selenium.devtools.v119.domsnapshot
Methods in org.openqa.selenium.devtools.v119.domsnapshot that return types with arguments of type DocumentSnapshotModifier and TypeMethodDescriptionDOMSnapshot.CaptureSnapshotResponse.getDocuments()
The nodes in the DOM tree.Constructor parameters in org.openqa.selenium.devtools.v119.domsnapshot with type arguments of type DocumentSnapshotModifierConstructorDescriptionCaptureSnapshotResponse
(List<DocumentSnapshot> documents, List<String> strings)