Table of Contents

Class ChildNodeCountUpdatedEventArgs

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

Fired when Container's child node count has changed.

public sealed class ChildNodeCountUpdatedEventArgs : EventArgs
Inheritance
ChildNodeCountUpdatedEventArgs
Inherited Members

Properties

ChildNodeCount

New node count.

[JsonPropertyName("childNodeCount")]
public long ChildNodeCount { get; set; }

Property Value

long

NodeId

Id of the node that has changed.

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

Property Value

long