Table of Contents

Class GetStorageKeyCommandResponse

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

Response for GetStorageKey

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