Uses of Enum Class
org.openqa.selenium.devtools.v141.audits.model.BlockedByResponseReason
Packages that use BlockedByResponseReason
-
Uses of BlockedByResponseReason in org.openqa.selenium.devtools.v141.audits.model
Methods in org.openqa.selenium.devtools.v141.audits.model that return BlockedByResponseReasonModifier and TypeMethodDescriptionstatic BlockedByResponseReasonBlockedByResponseReason.fromString(String s) BlockedByResponseIssueDetails.getReason()static BlockedByResponseReasonReturns the enum constant of this class with the specified name.static BlockedByResponseReason[]BlockedByResponseReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v141.audits.model with parameters of type BlockedByResponseReasonModifierConstructorDescriptionBlockedByResponseIssueDetails(AffectedRequest request, Optional<AffectedFrame> parentFrame, Optional<AffectedFrame> blockedFrame, BlockedByResponseReason reason)