Table of Contents

Class OverrideQuotaForOriginCommandSettings

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

OverrideQuotaForOrigin

public sealed class OverrideQuotaForOriginCommandSettings : ICommand
Inheritance
OverrideQuotaForOriginCommandSettings
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

QuotaSize

Gets or sets the quotaSize

[JsonPropertyName("quotaSize")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? QuotaSize { get; set; }

Property Value

double?