926 B
926 B
Home > puppeteer > Protocol > DOM > AttributeModifiedEvent
Protocol.DOM.AttributeModifiedEvent interface
Fired when Element
's attribute is modified.
Signature:
export interface AttributeModifiedEvent
Properties
Property | Type | Description |
---|---|---|
name | string | Attribute name. |
nodeId | NodeId | Id of the node that has changed. |
value | string | Attribute value. |