Class ShadowRootPushed
- java.lang.Object
-
- org.openqa.selenium.devtools.dom.model.ShadowRootPushed
-
@Beta public class ShadowRootPushed extends java.lang.Object
Called 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 NodeId
getHostId()
Host element id.Node
getRoot()
Shadow root.
-