Table of Contents

Class ContinueRequestCommandSettings

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

ContinueRequest

public sealed class ContinueRequestCommandSettings : ICommand
Inheritance
ContinueRequestCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Headers

Gets or sets the headers

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

Property Value

HeaderEntry[]

InterceptResponse

Gets or sets the interceptResponse

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

Property Value

bool?

Method

Gets or sets the method

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

Property Value

string

PostData

Gets or sets the postData

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

Property Value

string

RequestId

Gets or sets the requestId

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

Property Value

string

Url

Gets or sets the url

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

Property Value

string