Table of Contents

Enum StorageType

Namespace
Selenium.WebDriver.BiDi.Cdp.Storage
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Enum of possible storage types.

[JsonConverter(typeof(JsonStringEnumConverter<StorageType>))]
public enum StorageType

Fields

All = 9
CacheStorage = 7
Cookies = 0
FileSystems = 1
Indexeddb = 2
LocalStorage = 3
Other = 10
ServiceWorkers = 6
ShaderCache = 4
StorageBuckets = 8
Websql = 5