Table of Contents

Class GetStorageKeyCommandSettings

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

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 GetStorageKeyCommandSettings : ICommand
Inheritance
GetStorageKeyCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

FrameId

Gets or sets the frameId

[JsonPropertyName("frameId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? FrameId { get; set; }

Property Value

string