Table of Contents

Class DeepSerializedValue

Namespace
OpenQA.Selenium.DevTools.V131.Runtime
Assembly
WebDriver.dll

DeepSerializedValue

public sealed class DeepSerializedValue
Inheritance
DeepSerializedValue
Inherited Members

Properties

ObjectId

objectId

[JsonPropertyName("objectId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string ObjectId { get; set; }

Property Value

string

Type

type

[JsonPropertyName("type")]
public DeepSerializedValueTypeValues Type { get; set; }

Property Value

DeepSerializedValueTypeValues

Value

value

[JsonPropertyName("value")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public object Value { get; set; }

Property Value

object

WeakLocalObjectReference

weakLocalObjectReference

[JsonPropertyName("weakLocalObjectReference")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? WeakLocalObjectReference { get; set; }

Property Value

long?