puppeteer/new-docs/puppeteer.protocol.dom.attributemodifiedevent.md
2020-07-13 14:01:35 +01:00

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.