Uses of Enum Class
org.openqa.selenium.devtools.v141.preload.model.PrefetchStatus
Packages that use PrefetchStatus
-
Uses of PrefetchStatus in org.openqa.selenium.devtools.v141.preload.model
Methods in org.openqa.selenium.devtools.v141.preload.model that return PrefetchStatusModifier and TypeMethodDescriptionstatic PrefetchStatusPrefetchStatus.fromString(String s) PrefetchStatusUpdated.getPrefetchStatus()static PrefetchStatusReturns the enum constant of this class with the specified name.static PrefetchStatus[]PrefetchStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v141.preload.model with parameters of type PrefetchStatusModifierConstructorDescriptionPrefetchStatusUpdated(PreloadingAttemptKey key, PreloadPipelineId pipelineId, FrameId initiatingFrameId, String prefetchUrl, PreloadingStatus status, PrefetchStatus prefetchStatus, RequestId requestId)