Class ShadowRootPopped
- java.lang.Object
-
- org.openqa.selenium.devtools.v85.dom.model.ShadowRootPopped
-
@Beta public class ShadowRootPopped extends java.lang.ObjectCalled when shadow root is popped from the element.
-
-
Constructor Summary
Constructors Constructor Description ShadowRootPopped(NodeId hostId, NodeId rootId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeIdgetHostId()Host element id.NodeIdgetRootId()Shadow root id.
-