Uses of Enum Class
org.openqa.selenium.devtools.v141.preload.model.SpeculationTargetHint
Packages that use SpeculationTargetHint
-
Uses of SpeculationTargetHint in org.openqa.selenium.devtools.v141.preload.model
Methods in org.openqa.selenium.devtools.v141.preload.model that return SpeculationTargetHintModifier and TypeMethodDescriptionstatic SpeculationTargetHintSpeculationTargetHint.fromString(String s) static SpeculationTargetHintReturns the enum constant of this class with the specified name.static SpeculationTargetHint[]SpeculationTargetHint.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium.devtools.v141.preload.model that return types with arguments of type SpeculationTargetHintConstructor parameters in org.openqa.selenium.devtools.v141.preload.model with type arguments of type SpeculationTargetHintModifierConstructorDescriptionPreloadingAttemptKey(LoaderId loaderId, SpeculationAction action, String url, Optional<SpeculationTargetHint> targetHint)