Class PreloadingAttemptKey
java.lang.Object
org.openqa.selenium.devtools.v119.preload.model.PreloadingAttemptKey
A key that identifies a preloading attempt.
The url used is the url specified by the trigger (i.e. the initial URL), and
not the final url that is navigated to. For example, prerendering allows
same-origin main frame navigations during the attempt, but the attempt is
still keyed with the initial URL.
-
Constructor Summary
ConstructorsConstructorDescriptionPreloadingAttemptKey
(LoaderId loaderId, SpeculationAction action, String url, Optional<SpeculationTargetHint> targetHint) -
Method Summary
-
Constructor Details
-
PreloadingAttemptKey
public PreloadingAttemptKey(LoaderId loaderId, SpeculationAction action, String url, Optional<SpeculationTargetHint> targetHint)
-
-
Method Details
-
getLoaderId
-
getAction
-
getUrl
-
getTargetHint
-