Uses of Enum Class
org.openqa.selenium.devtools.v141.page.model.BackForwardCacheNotRestoredReason
Packages that use BackForwardCacheNotRestoredReason
-
Uses of BackForwardCacheNotRestoredReason in org.openqa.selenium.devtools.v141.page.model
Methods in org.openqa.selenium.devtools.v141.page.model that return BackForwardCacheNotRestoredReasonModifier and TypeMethodDescriptionBackForwardCacheNotRestoredReason.fromString(String s) BackForwardCacheNotRestoredExplanation.getReason()Not restored reasonReturns the enum constant of this class with the specified name.static BackForwardCacheNotRestoredReason[]BackForwardCacheNotRestoredReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v141.page.model with parameters of type BackForwardCacheNotRestoredReasonModifierConstructorDescriptionBackForwardCacheNotRestoredExplanation(BackForwardCacheNotRestoredReasonType type, BackForwardCacheNotRestoredReason reason, Optional<String> context, Optional<List<BackForwardCacheBlockingDetails>> details)