Table of Contents

Class NodeRemoteValue

Namespace
OpenQA.Selenium.BiDi.Modules.Script
Assembly
WebDriver.dll
public record NodeRemoteValue : RemoteValue, IEquatable<RemoteValue>, ISharedReference, IRemoteReference, IEquatable<NodeRemoteValue>
Inheritance
NodeRemoteValue
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