Uses of Enum Class
org.openqa.selenium.devtools.v150.preload.model.PrefetchStatus
Packages that use PrefetchStatus
-
Uses of PrefetchStatus in org.openqa.selenium.devtools.v150.preload.model
Subclasses with type arguments of type PrefetchStatus in org.openqa.selenium.devtools.v150.preload.modelModifier and TypeClassDescriptionenumTODO(https://crbug.com/1384419): revisit the list of PrefetchStatus and filter out the ones that aren't necessary to the developers.Methods in org.openqa.selenium.devtools.v150.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.v150.preload.model with parameters of type PrefetchStatusModifierConstructorDescriptionPrefetchStatusUpdated(PreloadingAttemptKey key, PreloadPipelineId pipelineId, FrameId initiatingFrameId, String prefetchUrl, PreloadingStatus status, PrefetchStatus prefetchStatus, RequestId requestId)