Table of Contents

Class DatabaseWithObjectStores

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

DatabaseWithObjectStores

public sealed class DatabaseWithObjectStores
Inheritance
DatabaseWithObjectStores
Inherited Members

Properties

Name

name

[JsonPropertyName("name")]
public string Name { get; set; }

Property Value

string

ObjectStores

objectStores

[JsonPropertyName("objectStores")]
public ObjectStore[] ObjectStores { get; set; }

Property Value

ObjectStore[]

Version

version

[JsonPropertyName("version")]
public double Version { get; set; }

Property Value

double