Table of Contents

Class RemoteObject

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

RemoteObject

public sealed class RemoteObject
Inheritance
RemoteObject
Inherited Members

Properties

ClassName

className

[JsonPropertyName("className")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? ClassName { get; set; }

Property Value

string

CustomPreview

customPreview

[JsonPropertyName("customPreview")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CustomPreview? CustomPreview { get; set; }

Property Value

CustomPreview

DeepSerializedValue

deepSerializedValue

[JsonPropertyName("deepSerializedValue")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public DeepSerializedValue? DeepSerializedValue { get; set; }

Property Value

DeepSerializedValue

Description

description

[JsonPropertyName("description")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Description { get; set; }

Property Value

string

ObjectId

objectId

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

Property Value

string

Preview

preview

[JsonPropertyName("preview")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ObjectPreview? Preview { get; set; }

Property Value

ObjectPreview

Subtype

subtype

[JsonPropertyName("subtype")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RemoteObjectSubtypeValues? Subtype { get; set; }

Property Value

RemoteObjectSubtypeValues?

Type

type

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

Property Value

RemoteObjectTypeValues

UnserializableValue

unserializableValue

[JsonPropertyName("unserializableValue")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? UnserializableValue { get; set; }

Property Value

string

Value

value

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

Property Value

object