Table of Contents

Class AttributeRemovedEventArgs

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

Fired when Element's attribute is removed.

public sealed class AttributeRemovedEventArgs : EventArgs
Inheritance
AttributeRemovedEventArgs
Inherited Members

Properties

Name

A ttribute 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