Table of Contents

Class KeyPath

Namespace
Selenium.WebDriver.BiDi.Cdp.IndexedDB
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Key path.

public sealed record KeyPath : IEquatable<KeyPath>
Inheritance
KeyPath
Implements
Inherited Members

Constructors

KeyPath(string)

Key path.

public KeyPath(string Type)

Parameters

Type string

Key path type.

Properties

Array

Array value.

public ImmutableArray<string>? Array { get; init; }

Property Value

ImmutableArray<string>?

String

String value.

public string? String { get; init; }

Property Value

string

Type

Key path type.

public string Type { get; init; }

Property Value

string