Table of Contents

Class SetDataSizeLimitsForTestCommandSettings

Namespace
OpenQA.Selenium.DevTools.V85.Network
Assembly
WebDriver.dll

SetDataSizeLimitsForTest

public sealed class SetDataSizeLimitsForTestCommandSettings : ICommand
Inheritance
SetDataSizeLimitsForTestCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

MaxResourceSize

Gets or sets the maxResourceSize

[JsonPropertyName("maxResourceSize")]
public long MaxResourceSize { get; set; }

Property Value

long

MaxTotalSize

Gets or sets the maxTotalSize

[JsonPropertyName("maxTotalSize")]
public long MaxTotalSize { get; set; }

Property Value

long