Table of Contents

Class UsageForType

Namespace
OpenQA.Selenium.DevTools.V146.Storage
Assembly
Selenium.WebDriver.dll

Usage for a storage type.

public sealed class UsageForType
Inheritance
UsageForType
Inherited Members

Properties

StorageType

Name of storage type.

[JsonPropertyName("storageType")]
public StorageType StorageType { get; set; }

Property Value

StorageType

Usage

Storage usage (bytes).

[JsonPropertyName("usage")]
public double Usage { get; set; }

Property Value

double