Table of Contents

Class RequestDatabaseCommandResponse

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

Response for RequestDatabase

public sealed class RequestDatabaseCommandResponse : ICommandResponse<RequestDatabaseCommandSettings>, ICommandResponse
Inheritance
RequestDatabaseCommandResponse
Implements
Inherited Members
Extension Methods

Properties

DatabaseWithObjectStores

Gets or sets the databaseWithObjectStores

[JsonPropertyName("databaseWithObjectStores")]
public DatabaseWithObjectStores DatabaseWithObjectStores { get; set; }

Property Value

DatabaseWithObjectStores