Class PseudoElementRemoved

java.lang.Object
org.openqa.selenium.devtools.v85.dom.model.PseudoElementRemoved

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

    • PseudoElementRemoved

      public PseudoElementRemoved(NodeId parentId, NodeId pseudoElementId)
  • Method Details

    • getParentId

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

      public NodeId getPseudoElementId()
      The removed pseudo element id.