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