Class BlockedByResponseIssueDetails
java.lang.Object
org.openqa.selenium.devtools.v125.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
ConstructorsConstructorDescriptionBlockedByResponseIssueDetails(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
 
 -