Uses of Class
org.openqa.selenium.devtools.v115.preload.model.PrefetchStatus
-
Packages that use PrefetchStatus Package Description org.openqa.selenium.devtools.v115.preload.model -
-
Uses of PrefetchStatus in org.openqa.selenium.devtools.v115.preload.model
Methods in org.openqa.selenium.devtools.v115.preload.model that return PrefetchStatus Modifier and Type Method Description static PrefetchStatusPrefetchStatus. fromString(java.lang.String s)PrefetchStatusPrefetchStatusUpdated. getPrefetchStatus()static PrefetchStatusPrefetchStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PrefetchStatus[]PrefetchStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.v115.preload.model with parameters of type PrefetchStatus Constructor Description PrefetchStatusUpdated(PreloadingAttemptKey key, FrameId initiatingFrameId, java.lang.String prefetchUrl, PreloadingStatus status, PrefetchStatus prefetchStatus)
-