Table of Contents

Class GetEncodedResponseCommandResponse

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

Response for GetEncodedResponse

public sealed class GetEncodedResponseCommandResponse : ICommandResponse<GetEncodedResponseCommandSettings>, ICommandResponse
Inheritance
GetEncodedResponseCommandResponse
Implements
Inherited Members
Extension Methods

Properties

Body

Gets or sets the body

[JsonPropertyName("body")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Body { get; set; }

Property Value

string

EncodedSize

Gets or sets the encodedSize

[JsonPropertyName("encodedSize")]
public long EncodedSize { get; set; }

Property Value

long

OriginalSize

Gets or sets the originalSize

[JsonPropertyName("originalSize")]
public long OriginalSize { get; set; }

Property Value

long