Table of Contents

Class GenericIssueDetails

Namespace
Selenium.WebDriver.BiDi.Cdp.Audits
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Depending on the concrete errorType, different properties are set.

public sealed record GenericIssueDetails : IEquatable<GenericIssueDetails>
Inheritance
GenericIssueDetails
Implements
Inherited Members

Constructors

GenericIssueDetails(GenericIssueErrorType)

Depending on the concrete errorType, different properties are set.

public GenericIssueDetails(GenericIssueErrorType ErrorType)

Parameters

ErrorType GenericIssueErrorType

Issues with the same errorType are aggregated in the frontend.

Properties

ErrorType

Issues with the same errorType are aggregated in the frontend.

public GenericIssueErrorType ErrorType { get; init; }

Property Value

GenericIssueErrorType

FrameId

public FrameId? FrameId { get; init; }

Property Value

FrameId

Request

public AffectedRequest? Request { get; init; }

Property Value

AffectedRequest

ViolatingNodeAttribute

public string? ViolatingNodeAttribute { get; init; }

Property Value

string

ViolatingNodeId

public BackendNodeId? ViolatingNodeId { get; init; }

Property Value

BackendNodeId