Table of Contents

Class PerformanceIssueDetails

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

Details for a performance issue.

public sealed class PerformanceIssueDetails
Inheritance
PerformanceIssueDetails
Inherited Members

Properties

PerformanceIssueType

performanceIssueType

[JsonPropertyName("performanceIssueType")]
public PerformanceIssueType PerformanceIssueType { get; set; }

Property Value

PerformanceIssueType

SourceCodeLocation

sourceCodeLocation

[JsonPropertyName("sourceCodeLocation")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public SourceCodeLocation? SourceCodeLocation { get; set; }

Property Value

SourceCodeLocation