Class AttributeRemoved

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

public class AttributeRemoved extends Object
Fired when `Element`'s attribute is removed.
  • Constructor Details

    • AttributeRemoved

      public AttributeRemoved(NodeId nodeId, String name)
  • Method Details

    • getNodeId

      public NodeId getNodeId()
      Id of the node that has changed.
    • getName

      public String getName()
      A ttribute name.