Table of Contents

Class RemoteValue.Node

Namespace
OpenQA.Selenium.BiDi.Modules.Script
Assembly
WebDriver.dll
public record RemoteValue.Node : RemoteValue, IEquatable<RemoteValue>, ISharedReference, IRemoteReference, IEquatable<RemoteValue.Node>
Inheritance
RemoteValue.Node
Implements
Inherited Members

Properties

Handle

public Handle? Handle { get; set; }

Property Value

Handle

InternalId

public InternalId? InternalId { get; set; }

Property Value

InternalId

SharedId

[JsonInclude]
public string? SharedId { get; }

Property Value

string

Value

[JsonInclude]
public NodeProperties? Value { get; }

Property Value

NodeProperties