Table of Contents

Class DeepSerializedValue

Namespace
Selenium.WebDriver.BiDi.Cdp.Runtime
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Represents deep serialized value.

public sealed record DeepSerializedValue : IEquatable<DeepSerializedValue>
Inheritance
DeepSerializedValue
Implements
Inherited Members

Constructors

DeepSerializedValue(string)

Represents deep serialized value.

public DeepSerializedValue(string Type)

Parameters

Type string

Properties

ObjectId

public string? ObjectId { get; init; }

Property Value

string

Type

public string Type { get; init; }

Property Value

string

Value

public JsonElement? Value { get; init; }

Property Value

JsonElement?

WeakLocalObjectReference

Set if value reference met more then once during serialization. In such case, value is provided only to one of the serialized values. Unique per value in the scope of one CDP call.

public long? WeakLocalObjectReference { get; init; }

Property Value

long?