Table of Contents

Class Key

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

Key

public sealed class Key
Inheritance
Key
Inherited Members

Properties

Array

array

[JsonPropertyName("array")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Key[] Array { get; set; }

Property Value

Key[]

Date

date

[JsonPropertyName("date")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? Date { get; set; }

Property Value

double?

Number

number

[JsonPropertyName("number")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? Number { get; set; }

Property Value

double?

String

string

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

Property Value

string

Type

type

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

Property Value

KeyTypeValues