Table of Contents

Class FailRequestCommandSettings

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

Causes the request to fail with specified reason.

public sealed class FailRequestCommandSettings : ICommand
Inheritance
FailRequestCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

ErrorReason

Causes the request to fail with the given reason.

[JsonPropertyName("errorReason")]
public ErrorReason ErrorReason { get; set; }

Property Value

ErrorReason

RequestId

An id the client received in requestPaused event.

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

Property Value

string