Class PrerenderAttemptCompleted
java.lang.Object
org.openqa.selenium.devtools.v115.preload.model.PrerenderAttemptCompleted
Fired when a prerender attempt is completed.
-
Constructor Summary
ConstructorsConstructorDescriptionPrerenderAttemptCompleted
(PreloadingAttemptKey key, FrameId initiatingFrameId, String prerenderingUrl, PrerenderFinalStatus finalStatus, Optional<String> disallowedApiMethod) -
Method Summary
Modifier and TypeMethodDescriptionThis is used to give users more information about the name of the API call that is incompatible with prerender and has caused the cancellation of the attemptThe frame id of the frame initiating prerendering.getKey()
-
Constructor Details
-
PrerenderAttemptCompleted
public PrerenderAttemptCompleted(PreloadingAttemptKey key, FrameId initiatingFrameId, String prerenderingUrl, PrerenderFinalStatus finalStatus, Optional<String> disallowedApiMethod)
-
-
Method Details
-
getKey
-
getInitiatingFrameId
The frame id of the frame initiating prerendering. -
getPrerenderingUrl
-
getFinalStatus
-
getDisallowedApiMethod
This is used to give users more information about the name of the API call that is incompatible with prerender and has caused the cancellation of the attempt
-