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