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