Table of Contents

Class FulfillRequestCommandSettings

Namespace
OpenQA.Selenium.DevTools.V132.Fetch
Assembly
WebDriver.dll

FulfillRequest

public sealed class FulfillRequestCommandSettings : ICommand
Inheritance
FulfillRequestCommandSettings
Implements
Inherited Members

Properties

BinaryResponseHeaders

Gets or sets the binaryResponseHeaders

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

Property Value

string

Body

Gets or sets the body

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

Property Value

string

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

RequestId

Gets or sets the requestId

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

Property Value

string

ResponseCode

Gets or sets the responseCode

[JsonPropertyName("responseCode")]
public long ResponseCode { get; set; }

Property Value

long

ResponseHeaders

Gets or sets the responseHeaders

[JsonPropertyName("responseHeaders")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public HeaderEntry[] ResponseHeaders { get; set; }

Property Value

HeaderEntry[]

ResponsePhrase

Gets or sets the responsePhrase

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

Property Value

string