Class ShadowRootPushed
- java.lang.Object
-
- org.openqa.selenium.devtools.v114.dom.model.ShadowRootPushed
-
@Beta public class ShadowRootPushed extends java.lang.ObjectCalled when shadow root is pushed into the element.
-
-
Constructor Summary
Constructors Constructor Description ShadowRootPushed(NodeId hostId, Node root)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeIdgetHostId()Host element id.NodegetRoot()Shadow root.
-