Class DOMSnapshot.CaptureSnapshotResponse

java.lang.Object
org.openqa.selenium.devtools.v85.domsnapshot.DOMSnapshot.CaptureSnapshotResponse
Enclosing class:
DOMSnapshot

public static class DOMSnapshot.CaptureSnapshotResponse extends Object
  • Constructor Details

  • Method Details

    • getDocuments

      public List<DocumentSnapshot> getDocuments()
      The nodes in the DOM tree. The DOMNode at index 0 corresponds to the root document.
    • getStrings

      public List<String> getStrings()
      Shared string table that all string properties refer to with indexes.