Class PrefetchStatusUpdated
java.lang.Object
org.openqa.selenium.devtools.v114.preload.model.PrefetchStatusUpdated
Fired when a prefetch attempt is updated.
-
Constructor Summary
ConstructorsConstructorDescriptionPrefetchStatusUpdated
(PreloadingAttemptKey key, FrameId initiatingFrameId, String prefetchUrl, PreloadingStatus status) -
Method Summary
-
Constructor Details
-
PrefetchStatusUpdated
public PrefetchStatusUpdated(PreloadingAttemptKey key, FrameId initiatingFrameId, String prefetchUrl, PreloadingStatus status)
-
-
Method Details
-
getKey
-
getInitiatingFrameId
The frame id of the frame initiating prefetch. -
getPrefetchUrl
-
getStatus
-