Class PrerenderStatusUpdated
java.lang.Object
org.openqa.selenium.devtools.v123.preload.model.PrerenderStatusUpdated
Fired when a prerender attempt is updated.
-
Constructor Summary
ConstructorsConstructorDescriptionPrerenderStatusUpdated
(PreloadingAttemptKey key, PreloadingStatus status, Optional<PrerenderFinalStatus> prerenderStatus, Optional<String> disallowedMojoInterface, Optional<List<PrerenderMismatchedHeaders>> mismatchedHeaders) -
Method Summary
Modifier and TypeMethodDescriptionThis is used to give users more information about the name of Mojo interface that is incompatible with prerender and has caused the cancellation of the attempt.getKey()
-
Constructor Details
-
PrerenderStatusUpdated
public PrerenderStatusUpdated(PreloadingAttemptKey key, PreloadingStatus status, Optional<PrerenderFinalStatus> prerenderStatus, Optional<String> disallowedMojoInterface, Optional<List<PrerenderMismatchedHeaders>> mismatchedHeaders)
-
-
Method Details
-
getKey
-
getStatus
-
getPrerenderStatus
-
getDisallowedMojoInterface
This is used to give users more information about the name of Mojo interface that is incompatible with prerender and has caused the cancellation of the attempt. -
getMismatchedHeaders
-