Table of Contents

Class RequestDatabaseCommandResponse

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

Response for Requests database with given name in given frame.

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

Properties

DatabaseWithObjectStores

Database with an array of object stores.

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

Property Value

DatabaseWithObjectStores