Table of Contents

Class AttributeModifiedEventArgs

Namespace
OpenQA.Selenium.DevTools.V147.DOM
Assembly
Selenium.WebDriver.dll

Fired when Element's attribute is modified.

public sealed class AttributeModifiedEventArgs : EventArgs
Inheritance
AttributeModifiedEventArgs
Inherited Members

Properties

Name

Attribute name.

[JsonPropertyName("name")]
public string Name { get; set; }

Property Value

string

NodeId

Id of the node that has changed.

[JsonPropertyName("nodeId")]
public long NodeId { get; set; }

Property Value

long

Value

Attribute value.

[JsonPropertyName("value")]
public string Value { get; set; }

Property Value

string