Table of Contents

Class StylesheetLoadingIssueDetails

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

This issue warns when a referenced stylesheet couldn't be loaded.

public sealed class StylesheetLoadingIssueDetails
Inheritance
StylesheetLoadingIssueDetails
Inherited Members

Properties

FailedRequestInfo

Contains additional info when the failure was due to a request.

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

Property Value

FailedRequestInfo

SourceCodeLocation

Source code position that referenced the failing stylesheet.

[JsonPropertyName("sourceCodeLocation")]
public SourceCodeLocation SourceCodeLocation { get; set; }

Property Value

SourceCodeLocation

StyleSheetLoadingIssueReason

Reason why the stylesheet couldn't be loaded.

[JsonPropertyName("styleSheetLoadingIssueReason")]
public StyleSheetLoadingIssueReason StyleSheetLoadingIssueReason { get; set; }

Property Value

StyleSheetLoadingIssueReason