Table of Contents

Class GetStorageKeyCommandResponse

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

Response for Returns storage key for the given frame. If no frame ID is provided, the storage key of the target executing this command is returned.

public sealed class GetStorageKeyCommandResponse : ICommandResponse<GetStorageKeyCommandSettings>, ICommandResponse
Inheritance
GetStorageKeyCommandResponse
Implements
Inherited Members
Extension Methods

Properties

StorageKey

Gets or sets the storageKey

[JsonPropertyName("storageKey")]
public string StorageKey { get; set; }

Property Value

string