Table of Contents

Class ContinueWithAuthCommandSettings

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

ContinueWithAuth

public sealed class ContinueWithAuthCommandSettings : ICommand
Inheritance
ContinueWithAuthCommandSettings
Implements
Inherited Members

Properties

AuthChallengeResponse

Gets or sets the authChallengeResponse

[JsonPropertyName("authChallengeResponse")]
public AuthChallengeResponse AuthChallengeResponse { get; set; }

Property Value

AuthChallengeResponse

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