Class PrefetchStatusUpdated
- java.lang.Object
-
- org.openqa.selenium.devtools.v114.preload.model.PrefetchStatusUpdated
-
public class PrefetchStatusUpdated extends java.lang.Object
Fired when a prefetch attempt is updated.
-
-
Constructor Summary
Constructors Constructor Description PrefetchStatusUpdated(PreloadingAttemptKey key, FrameId initiatingFrameId, java.lang.String prefetchUrl, PreloadingStatus status)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FrameId
getInitiatingFrameId()
The frame id of the frame initiating prefetch.PreloadingAttemptKey
getKey()
java.lang.String
getPrefetchUrl()
PreloadingStatus
getStatus()
-
-
-
Constructor Detail
-
PrefetchStatusUpdated
public PrefetchStatusUpdated(PreloadingAttemptKey key, FrameId initiatingFrameId, java.lang.String prefetchUrl, PreloadingStatus status)
-
-
Method Detail
-
getKey
public PreloadingAttemptKey getKey()
-
getInitiatingFrameId
public FrameId getInitiatingFrameId()
The frame id of the frame initiating prefetch.
-
getPrefetchUrl
public java.lang.String getPrefetchUrl()
-
getStatus
public PreloadingStatus getStatus()
-
-