Table of Contents

Class ContinueWithAuthCommandSettings

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

Continues a request supplying authChallengeResponse following authRequired event.

public sealed class ContinueWithAuthCommandSettings : ICommand
Inheritance
ContinueWithAuthCommandSettings
Implements
Inherited Members

Properties

AuthChallengeResponse

Response to with an authChallenge.

[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

An id the client received in authRequired event.

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

Property Value

string