Table of Contents

Class KeyPath

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

KeyPath

public sealed class KeyPath
Inheritance
KeyPath
Inherited Members

Properties

Array

array

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

Property Value

string[]

String

string

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

Property Value

string

Type

type

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

Property Value

KeyPathTypeValues