Class AttributeModified

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

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

    • AttributeModified

      public AttributeModified(NodeId nodeId, String name, String value)
  • Method Details

    • getNodeId

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

      public String getName()
      Attribute name.
    • getValue

      public String getValue()
      Attribute value.