Uses of Enum Class
org.openqa.selenium.devtools.v141.preload.model.PrerenderFinalStatus
Packages that use PrerenderFinalStatus
-
Uses of PrerenderFinalStatus in org.openqa.selenium.devtools.v141.preload.model
Methods in org.openqa.selenium.devtools.v141.preload.model that return PrerenderFinalStatusModifier and TypeMethodDescriptionstatic PrerenderFinalStatusPrerenderFinalStatus.fromString(String s) 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.Methods in org.openqa.selenium.devtools.v141.preload.model that return types with arguments of type PrerenderFinalStatusConstructor parameters in org.openqa.selenium.devtools.v141.preload.model with type arguments of type PrerenderFinalStatusModifierConstructorDescriptionPrerenderStatusUpdated(PreloadingAttemptKey key, PreloadPipelineId pipelineId, PreloadingStatus status, Optional<PrerenderFinalStatus> prerenderStatus, Optional<String> disallowedMojoInterface, Optional<List<PrerenderMismatchedHeaders>> mismatchedHeaders)