Table of Contents

Class FailRequestCommandSettings

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

FailRequest

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

Gets or sets the errorReason

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

Property Value

ErrorReason

RequestId

Gets or sets the requestId

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

Property Value

string