Table of Contents

Class KeyPath

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

Key path.

public sealed class KeyPath
Inheritance
KeyPath
Inherited Members

Properties

Array

Array value.

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

Property Value

string[]

String

String value.

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

Property Value

string

Type

Key path type.

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

Property Value

KeyPathTypeValues