Class AttributeModified
java.lang.Object
org.openqa.selenium.devtools.v127.dom.model.AttributeModified
Fired when `Element`'s attribute is modified.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AttributeModified
-
-
Method Details
-
getNodeId
Id of the node that has changed. -
getName
Attribute name. -
getValue
Attribute value.
-