Class RemoveDOMStorageItemCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V141.DOMStorage
- Assembly
- WebDriver.dll
RemoveDOMStorageItem
public sealed class RemoveDOMStorageItemCommandSettings : ICommand- Inheritance
- 
      
      RemoveDOMStorageItemCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
Key
Gets or sets the key
[JsonPropertyName("key")]
public string Key { get; set; }Property Value
StorageId
Gets or sets the storageId
[JsonPropertyName("storageId")]
public StorageId StorageId { get; set; }