Class BlockedByResponseIssueDetails
java.lang.Object
org.openqa.selenium.devtools.v119.audits.model.BlockedByResponseIssueDetails
Details for a request that has been blocked with the BLOCKED_BY_RESPONSE
code. Currently only used for COEP/COOP, but may be extended to include
some CSP errors in the future.
-
Constructor Summary
ConstructorDescriptionBlockedByResponseIssueDetails
(AffectedRequest request, Optional<AffectedFrame> parentFrame, Optional<AffectedFrame> blockedFrame, BlockedByResponseReason reason) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
BlockedByResponseIssueDetails
public BlockedByResponseIssueDetails(AffectedRequest request, Optional<AffectedFrame> parentFrame, Optional<AffectedFrame> blockedFrame, BlockedByResponseReason reason)
-
-
Method Details
-
getRequest
-
getParentFrame
-
getBlockedFrame
-
getReason
-