Table of Contents

Class DistributedNodesUpdatedEventArgs

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

Called when distribution is changed.

public sealed class DistributedNodesUpdatedEventArgs : EventArgs
Inheritance
DistributedNodesUpdatedEventArgs
Inherited Members

Properties

DistributedNodes

Distributed nodes for given insertion point.

[JsonPropertyName("distributedNodes")]
public BackendNode[] DistributedNodes { get; set; }

Property Value

BackendNode[]

InsertionPointId

Insertion point where distributed nodes were updated.

[JsonPropertyName("insertionPointId")]
public long InsertionPointId { get; set; }

Property Value

long