Table of Contents

Class GetEncodedResponseCommandSettings

Namespace
OpenQA.Selenium.DevTools.V131.Audits
Assembly
WebDriver.dll

GetEncodedResponse

public sealed class GetEncodedResponseCommandSettings : ICommand
Inheritance
GetEncodedResponseCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Encoding

Gets or sets the encoding

[JsonPropertyName("encoding")]
public string Encoding { get; set; }

Property Value

string

Quality

Gets or sets the quality

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

Property Value

double?

RequestId

Gets or sets the requestId

[JsonPropertyName("requestId")]
public string RequestId { get; set; }

Property Value

string

SizeOnly

Gets or sets the sizeOnly

[JsonPropertyName("sizeOnly")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? SizeOnly { get; set; }

Property Value

bool?