Table of Contents

Class EntryPreview

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

EntryPreview

public sealed class EntryPreview
Inheritance
EntryPreview
Inherited Members

Properties

Key

Preview of the key. Specified for map-like collection entries.

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

Property Value

ObjectPreview

Value

Preview of the value.

[JsonPropertyName("value")]
public ObjectPreview Value { get; set; }

Property Value

ObjectPreview