Table of Contents

Class GetDOMStorageItemsCommandSettings

Namespace
OpenQA.Selenium.DevTools.V130.DOMStorage
Assembly
WebDriver.dll

GetDOMStorageItems

public sealed class GetDOMStorageItemsCommandSettings : ICommand
Inheritance
GetDOMStorageItemsCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

StorageId

Gets or sets the storageId

[JsonPropertyName("storageId")]
public StorageId StorageId { get; set; }

Property Value

StorageId