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