Table of Contents

Class GetStorageKeyForFrameCommandResponse

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

Response for GetStorageKeyForFrame

public sealed class GetStorageKeyForFrameCommandResponse : ICommandResponse<GetStorageKeyForFrameCommandSettings>, ICommandResponse
Inheritance
GetStorageKeyForFrameCommandResponse
Implements
Inherited Members
Extension Methods

Properties

StorageKey

Gets or sets the storageKey

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

Property Value

string