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