Class PseudoElementRemoved


  • @Beta
    public class PseudoElementRemoved
    extends java.lang.Object
    Called when a pseudo element is removed from an element.
    • Constructor Detail

      • PseudoElementRemoved

        public PseudoElementRemoved​(NodeId parentId,
                                    NodeId pseudoElementId)
    • Method Detail

      • getParentId

        public NodeId getParentId()
        Pseudo element's parent element id.
      • getPseudoElementId

        public NodeId getPseudoElementId()
        The removed pseudo element id.