Table of Contents

Class ContinueInterceptedRequestCommandSettings

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

ContinueInterceptedRequest

public sealed class ContinueInterceptedRequestCommandSettings : ICommand
Inheritance
ContinueInterceptedRequestCommandSettings
Implements
Inherited Members

Properties

AuthChallengeResponse

Gets or sets the authChallengeResponse

[JsonPropertyName("authChallengeResponse")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AuthChallengeResponse AuthChallengeResponse { get; set; }

Property Value

AuthChallengeResponse

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

ErrorReason

Gets or sets the errorReason

[JsonPropertyName("errorReason")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ErrorReason? ErrorReason { get; set; }

Property Value

ErrorReason?

Headers

Gets or sets the headers

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

Property Value

Headers

InterceptionId

Gets or sets the interceptionId

[JsonPropertyName("interceptionId")]
public string InterceptionId { get; set; }

Property Value

string

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

RawResponse

Gets or sets the rawResponse

[JsonPropertyName("rawResponse")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string RawResponse { 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