Table of Contents

Class GetSharedStorageEntriesCommandResponse

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

Response for Gets the entries in an given origin's shared storage.

public sealed class GetSharedStorageEntriesCommandResponse : ICommandResponse<GetSharedStorageEntriesCommandSettings>, ICommandResponse
Inheritance
GetSharedStorageEntriesCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Entries

Gets or sets the entries

[JsonPropertyName("entries")]
public SharedStorageEntry[] Entries { get; set; }

Property Value

SharedStorageEntry[]