Table of Contents

Class GetSharedStorageEntriesCommandResponse

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

Response for GetSharedStorageEntries

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[]