Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Class RequestDataCommandResponse

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

Response for RequestData

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

Properties

HasMore

Gets or sets the hasMore

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

Property Value

bool

ObjectStoreDataEntries

Gets or sets the objectStoreDataEntries

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

Property Value

DataEntry[]