Table of Contents

Class PerformanceIssueDetails

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

Details for a performance issue.

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

Constructors

PerformanceIssueDetails(PerformanceIssueType)

Details for a performance issue.

public PerformanceIssueDetails(PerformanceIssueType PerformanceIssueType)

Parameters

PerformanceIssueType PerformanceIssueType

Properties

PerformanceIssueType

public PerformanceIssueType PerformanceIssueType { get; init; }

Property Value

PerformanceIssueType

SourceCodeLocation

public SourceCodeLocation? SourceCodeLocation { get; init; }

Property Value

SourceCodeLocation