Table of Contents

Class DataEntry

Namespace
OpenQA.Selenium.DevTools.V146.IndexedDB
Assembly
Selenium.WebDriver.dll

Data entry.

public sealed class DataEntry
Inheritance
DataEntry
Inherited Members

Properties

Key

Key object.

[JsonPropertyName("key")]
public RemoteObject Key { get; set; }

Property Value

RemoteObject

PrimaryKey

Primary key object.

[JsonPropertyName("primaryKey")]
public RemoteObject PrimaryKey { get; set; }

Property Value

RemoteObject

Value

Value object.

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

Property Value

RemoteObject