Uses of Class
org.openqa.selenium.devtools.v114.preload.model.PreloadingAttemptKey
Packages that use PreloadingAttemptKey
-
Uses of PreloadingAttemptKey in org.openqa.selenium.devtools.v114.preload.model
Methods in org.openqa.selenium.devtools.v114.preload.model that return PreloadingAttemptKeyModifier and TypeMethodDescriptionPrefetchStatusUpdated.getKey()PreloadingAttemptSource.getKey()PrerenderAttemptCompleted.getKey()PrerenderStatusUpdated.getKey()Constructors in org.openqa.selenium.devtools.v114.preload.model with parameters of type PreloadingAttemptKeyModifierConstructorDescriptionPrefetchStatusUpdated(PreloadingAttemptKey key, FrameId initiatingFrameId, String prefetchUrl, PreloadingStatus status) PreloadingAttemptSource(PreloadingAttemptKey key, List<RuleSetId> ruleSetIds, List<BackendNodeId> nodeIds) PrerenderAttemptCompleted(PreloadingAttemptKey key, FrameId initiatingFrameId, String prerenderingUrl, PrerenderFinalStatus finalStatus, Optional<String> disallowedApiMethod) PrerenderStatusUpdated(PreloadingAttemptKey key, FrameId initiatingFrameId, String prerenderingUrl, PreloadingStatus status)