Class DOMSnapshot.GetSnapshotResponse

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

public static class DOMSnapshot.GetSnapshotResponse extends Object
  • Constructor Details

  • Method Details

    • getDomNodes

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

      public List<LayoutTreeNode> getLayoutTreeNodes()
      The nodes in the layout tree.
    • getComputedStyles

      public List<ComputedStyle> getComputedStyles()
      Whitelisted ComputedStyle properties for each node in the layout tree.