Table of Contents

Class RequestEntriesCommandResponse

Namespace
OpenQA.Selenium.DevTools.V132.CacheStorage
Assembly
WebDriver.dll

Response for RequestEntries

public sealed class RequestEntriesCommandResponse : ICommandResponse<RequestEntriesCommandSettings>, ICommandResponse
Inheritance
RequestEntriesCommandResponse
Implements
Inherited Members
Extension Methods

Properties

CacheDataEntries

Gets or sets the cacheDataEntries

[JsonPropertyName("cacheDataEntries")]
public DataEntry[] CacheDataEntries { get; set; }

Property Value

DataEntry[]

ReturnCount

Gets or sets the returnCount

[JsonPropertyName("returnCount")]
public double ReturnCount { get; set; }

Property Value

double