Uses of Class
org.openqa.selenium.devtools.v114.preload.model.PreloadingAttemptKey
-
Packages that use PreloadingAttemptKey Package Description org.openqa.selenium.devtools.v114.preload.model -
-
Uses of PreloadingAttemptKey in org.openqa.selenium.devtools.v114.preload.model
Methods in org.openqa.selenium.devtools.v114.preload.model that return PreloadingAttemptKey Modifier and Type Method Description PreloadingAttemptKeyPrefetchStatusUpdated. getKey()PreloadingAttemptKeyPreloadingAttemptSource. getKey()PreloadingAttemptKeyPrerenderAttemptCompleted. getKey()PreloadingAttemptKeyPrerenderStatusUpdated. getKey()Constructors in org.openqa.selenium.devtools.v114.preload.model with parameters of type PreloadingAttemptKey Constructor Description PrefetchStatusUpdated(PreloadingAttemptKey key, FrameId initiatingFrameId, java.lang.String prefetchUrl, PreloadingStatus status)PreloadingAttemptSource(PreloadingAttemptKey key, java.util.List<RuleSetId> ruleSetIds, java.util.List<BackendNodeId> nodeIds)PrerenderAttemptCompleted(PreloadingAttemptKey key, FrameId initiatingFrameId, java.lang.String prerenderingUrl, PrerenderFinalStatus finalStatus, java.util.Optional<java.lang.String> disallowedApiMethod)PrerenderStatusUpdated(PreloadingAttemptKey key, FrameId initiatingFrameId, java.lang.String prerenderingUrl, PreloadingStatus status)
-