Uses of Enum Class
org.openqa.selenium.devtools.v114.preload.model.PrerenderFinalStatus
Packages that use PrerenderFinalStatus
-
Uses of PrerenderFinalStatus in org.openqa.selenium.devtools.v114.preload.model
Methods in org.openqa.selenium.devtools.v114.preload.model that return PrerenderFinalStatusModifier and TypeMethodDescriptionstatic PrerenderFinalStatusPrerenderFinalStatus.fromString(String s) PrerenderAttemptCompleted.getFinalStatus()static PrerenderFinalStatusReturns the enum constant of this class with the specified name.static PrerenderFinalStatus[]PrerenderFinalStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v114.preload.model with parameters of type PrerenderFinalStatusModifierConstructorDescriptionPrerenderAttemptCompleted(PreloadingAttemptKey key, FrameId initiatingFrameId, String prerenderingUrl, PrerenderFinalStatus finalStatus, Optional<String> disallowedApiMethod)