Class PrefetchStatusUpdated
- java.lang.Object
-
- org.openqa.selenium.devtools.v112.page.model.PrefetchStatusUpdated
-
@Beta public class PrefetchStatusUpdated extends java.lang.Object
TODO(crbug/1384419): Create a dedicated domain for preloading. Fired when a prefetch attempt is updated.
-
-
Constructor Summary
Constructors Constructor Description PrefetchStatusUpdated(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.java.lang.String
getPrefetchUrl()
PreloadingStatus
getStatus()
-
-
-
Constructor Detail
-
PrefetchStatusUpdated
public PrefetchStatusUpdated(FrameId initiatingFrameId, java.lang.String prefetchUrl, PreloadingStatus status)
-
-
Method Detail
-
getInitiatingFrameId
public FrameId getInitiatingFrameId()
The frame id of the frame initiating prefetch.
-
getPrefetchUrl
public java.lang.String getPrefetchUrl()
-
getStatus
public PreloadingStatus getStatus()
-
-