mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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. |