Table of Contents

Class GetStorageKeyForFrameCommandSettings

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

Returns a storage key given a frame id. Deprecated. Please use Storage.getStorageKey instead.

public sealed class GetStorageKeyForFrameCommandSettings : ICommand
Inheritance
GetStorageKeyForFrameCommandSettings
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")]
public string FrameId { get; set; }

Property Value

string