pl.wendigo.chrome.domain.dom / AttributeModifiedEvent

AttributeModifiedEvent

data class AttributeModifiedEvent : ProtocolEvent (source)

Represents event frames for DOM.attributeModified

Fired when Element's attribute is modified.

Constructors

<init>

AttributeModifiedEvent(nodeId: NodeId, name: String, value: String)

Represents event frames for DOM.attributeModified

Properties

name

val name: String

Attribute name.

nodeId

val nodeId: NodeId

Id of the node that has changed.

value

val value: String

Attribute value.

Inherited Functions

protocolDomain

fun protocolDomain(): String