Table of Contents

Class GetUsageAndQuotaCommandSettings

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

GetUsageAndQuota

public sealed class GetUsageAndQuotaCommandSettings : ICommand
Inheritance
GetUsageAndQuotaCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Origin

Gets or sets the origin

[JsonPropertyName("origin")]
public string Origin { get; set; }

Property Value

string