Class StylesheetLoadingIssueDetails
java.lang.Object
org.openqa.selenium.devtools.v119.audits.model.StylesheetLoadingIssueDetails
This issue warns when a referenced stylesheet couldn't be loaded.
-
Constructor Summary
ConstructorsConstructorDescriptionStylesheetLoadingIssueDetails
(SourceCodeLocation sourceCodeLocation, StyleSheetLoadingIssueReason styleSheetLoadingIssueReason, Optional<FailedRequestInfo> failedRequestInfo) -
Method Summary
Modifier and TypeMethodDescriptionContains additional info when the failure was due to a request.Source code position that referenced the failing stylesheet.Reason why the stylesheet couldn't be loaded.
-
Constructor Details
-
StylesheetLoadingIssueDetails
public StylesheetLoadingIssueDetails(SourceCodeLocation sourceCodeLocation, StyleSheetLoadingIssueReason styleSheetLoadingIssueReason, Optional<FailedRequestInfo> failedRequestInfo)
-
-
Method Details
-
getSourceCodeLocation
Source code position that referenced the failing stylesheet. -
getStyleSheetLoadingIssueReason
Reason why the stylesheet couldn't be loaded. -
getFailedRequestInfo
Contains additional info when the failure was due to a request.
-