Class PrerenderAttemptCompleted

java.lang.Object
org.openqa.selenium.devtools.v115.preload.model.PrerenderAttemptCompleted

public class PrerenderAttemptCompleted extends Object
Fired when a prerender attempt is completed.
  • Constructor Details

  • Method Details

    • getKey

      public PreloadingAttemptKey getKey()
    • getInitiatingFrameId

      public FrameId getInitiatingFrameId()
      The frame id of the frame initiating prerendering.
    • getPrerenderingUrl

      public String getPrerenderingUrl()
    • getFinalStatus

      public PrerenderFinalStatus getFinalStatus()
    • getDisallowedApiMethod

      public Optional<String> 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