Uses of Enum Class
org.openqa.selenium.devtools.v141.network.model.BlockedReason
Packages that use BlockedReason
-
Uses of BlockedReason in org.openqa.selenium.devtools.v141.network.model
Methods in org.openqa.selenium.devtools.v141.network.model that return BlockedReasonModifier and TypeMethodDescriptionstatic BlockedReasonBlockedReason.fromString(String s) static BlockedReasonReturns the enum constant of this class with the specified name.static BlockedReason[]BlockedReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium.devtools.v141.network.model that return types with arguments of type BlockedReasonModifier and TypeMethodDescriptionLoadingFailed.getBlockedReason()The reason why loading was blocked, if any.