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