Table of Contents

Class GenericIssueDetails

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

Depending on the concrete errorType, different properties are set.

public sealed class GenericIssueDetails
Inheritance
GenericIssueDetails
Inherited Members

Properties

ErrorType

Issues with the same errorType are aggregated in the frontend.

[JsonPropertyName("errorType")]
public GenericIssueErrorType ErrorType { get; set; }

Property Value

GenericIssueErrorType

FrameId

frameId

[JsonPropertyName("frameId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? FrameId { get; set; }

Property Value

string

Request

request

[JsonPropertyName("request")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AffectedRequest? Request { get; set; }

Property Value

AffectedRequest

ViolatingNodeAttribute

violatingNodeAttribute

[JsonPropertyName("violatingNodeAttribute")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? ViolatingNodeAttribute { get; set; }

Property Value

string

ViolatingNodeId

violatingNodeId

[JsonPropertyName("violatingNodeId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? ViolatingNodeId { get; set; }

Property Value

long?