Table of Contents

Class EntryPreview

Namespace
Selenium.WebDriver.BiDi.Cdp.Runtime
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record EntryPreview : IEquatable<EntryPreview>
Inheritance
EntryPreview
Implements
Inherited Members

Constructors

EntryPreview(ObjectPreview)

public EntryPreview(ObjectPreview Value)

Parameters

Value ObjectPreview

Preview of the value.

Properties

Key

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

public ObjectPreview? Key { get; init; }

Property Value

ObjectPreview

Value

Preview of the value.

public ObjectPreview Value { get; init; }

Property Value

ObjectPreview