Table of Contents

Class RequestDataCommandResponse

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

Response for Requests data from object store or index.

public sealed class RequestDataCommandResponse : ICommandResponse<RequestDataCommandSettings>, ICommandResponse
Inheritance
RequestDataCommandResponse
Implements
Inherited Members
Extension Methods

Properties

HasMore

If true, there are more entries to fetch in the given range.

[JsonPropertyName("hasMore")]
public bool HasMore { get; set; }

Property Value

bool

ObjectStoreDataEntries

Array of object store data entries.

[JsonPropertyName("objectStoreDataEntries")]
public DataEntry[] ObjectStoreDataEntries { get; set; }

Property Value

DataEntry[]