Uses of Enum Class
org.openqa.selenium.devtools.v150.network.model.BlockedReason
Packages that use BlockedReason
-
Uses of BlockedReason in org.openqa.selenium.devtools.v150.network.model
Subclasses with type arguments of type BlockedReason in org.openqa.selenium.devtools.v150.network.modelMethods in org.openqa.selenium.devtools.v150.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.v150.network.model that return types with arguments of type BlockedReasonModifier and TypeMethodDescriptionLoadingFailed.getBlockedReason()The reason why loading was blocked, if any.