Uses of Class
org.openqa.selenium.devtools.v110.page.model.PrerenderFinalStatus
-
Packages that use PrerenderFinalStatus Package Description org.openqa.selenium.devtools.v110.page.model -
-
Uses of PrerenderFinalStatus in org.openqa.selenium.devtools.v110.page.model
Methods in org.openqa.selenium.devtools.v110.page.model that return PrerenderFinalStatus Modifier and Type Method Description static PrerenderFinalStatusPrerenderFinalStatus. fromString(java.lang.String s)PrerenderFinalStatusPrerenderAttemptCompleted. getFinalStatus()static PrerenderFinalStatusPrerenderFinalStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PrerenderFinalStatus[]PrerenderFinalStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.v110.page.model with parameters of type PrerenderFinalStatus Constructor Description PrerenderAttemptCompleted(FrameId initiatingFrameId, java.lang.String prerenderingUrl, PrerenderFinalStatus finalStatus, java.util.Optional<java.lang.String> disallowedApiMethod)
-