Uses of Enum Class
org.openqa.selenium.devtools.v150.audits.model.BlockedByResponseReason
Packages that use BlockedByResponseReason
-
Uses of BlockedByResponseReason in org.openqa.selenium.devtools.v150.audits.model
Subclasses with type arguments of type BlockedByResponseReason in org.openqa.selenium.devtools.v150.audits.modelModifier and TypeClassDescriptionenumEnum indicating the reason a response has been blocked.Methods in org.openqa.selenium.devtools.v150.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.v150.audits.model with parameters of type BlockedByResponseReasonModifierConstructorDescriptionBlockedByResponseIssueDetails(AffectedRequest request, Optional<AffectedFrame> parentFrame, Optional<AffectedFrame> blockedFrame, BlockedByResponseReason reason)