Table of Contents

Class ObjectPreview

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

ObjectPreview

public sealed class ObjectPreview
Inheritance
ObjectPreview
Inherited Members

Properties

Description

description

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

Property Value

string

Entries

entries

[JsonPropertyName("entries")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public EntryPreview[] Entries { get; set; }

Property Value

EntryPreview[]

Overflow

overflow

[JsonPropertyName("overflow")]
public bool Overflow { get; set; }

Property Value

bool

Properties

properties

[JsonPropertyName("properties")]
public PropertyPreview[] Properties { get; set; }

Property Value

PropertyPreview[]

Subtype

subtype

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

Property Value

ObjectPreviewSubtypeValues?

Type

type

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

Property Value

ObjectPreviewTypeValues