Table of Contents

Class ChildNodeCountUpdatedEventArgs

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

ChildNodeCountUpdated

public sealed class ChildNodeCountUpdatedEventArgs : EventArgs
Inheritance
ChildNodeCountUpdatedEventArgs
Inherited Members

Properties

ChildNodeCount

Gets or sets the childNodeCount

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

Property Value

long

NodeId

Gets or sets the nodeId

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

Property Value

long