Class PseudoElementRemoved
- java.lang.Object
-
- org.openqa.selenium.devtools.v112.dom.model.PseudoElementRemoved
-
@Beta public class PseudoElementRemoved extends java.lang.Object
Called when a pseudo element is removed from an element.
-
-
Constructor Summary
Constructors Constructor Description PseudoElementRemoved(NodeId parentId, NodeId pseudoElementId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeId
getParentId()
Pseudo element's parent element id.NodeId
getPseudoElementId()
The removed pseudo element id.
-