Table of Contents

Class GetStorageItemsCommandResponse

Namespace
OpenQA.Selenium.DevTools.V148.Extensions
Assembly
Selenium.WebDriver.dll

Response for Gets data from extension storage in the given storageArea. If keys is specified, these are used to filter the result.

public sealed class GetStorageItemsCommandResponse : ICommandResponse<GetStorageItemsCommandSettings>, ICommandResponse
Inheritance
GetStorageItemsCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Data

Gets or sets the data

[JsonPropertyName("data")]
public object Data { get; set; }

Property Value

object