Class GetStorageItemsCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V147.Extensions
- Assembly
- Selenium.WebDriver.dll
Gets data from extension storage in the given storageArea. If keys is
specified, these are used to filter the result.
public sealed class GetStorageItemsCommandSettings : ICommand
- Inheritance
-
GetStorageItemsCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Id
ID of extension.
[JsonPropertyName("id")]
public string Id { get; set; }
Property Value
Keys
Keys to retrieve.
[JsonPropertyName("keys")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string[]? Keys { get; set; }
Property Value
- string[]
StorageArea
StorageArea to retrieve data from.
[JsonPropertyName("storageArea")]
public StorageArea StorageArea { get; set; }