Class ShadowRootPushed

java.lang.Object
org.openqa.selenium.devtools.v85.dom.model.ShadowRootPushed

@Beta public class ShadowRootPushed extends Object
Called when shadow root is pushed into the element.
  • Constructor Details

    • ShadowRootPushed

      public ShadowRootPushed(NodeId hostId, Node root)
  • Method Details

    • getHostId

      public NodeId getHostId()
      Host element id.
    • getRoot

      public Node getRoot()
      Shadow root.