Uses of Enum Class
org.openqa.selenium.devtools.v141.page.model.BackForwardCacheNotRestoredReasonType
Packages that use BackForwardCacheNotRestoredReasonType
-
Uses of BackForwardCacheNotRestoredReasonType in org.openqa.selenium.devtools.v141.page.model
Methods in org.openqa.selenium.devtools.v141.page.model that return BackForwardCacheNotRestoredReasonTypeModifier and TypeMethodDescriptionBackForwardCacheNotRestoredReasonType.fromString(String s) BackForwardCacheNotRestoredExplanation.getType()Type of the reasonReturns the enum constant of this class with the specified name.BackForwardCacheNotRestoredReasonType.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 BackForwardCacheNotRestoredReasonTypeModifierConstructorDescriptionBackForwardCacheNotRestoredExplanation(BackForwardCacheNotRestoredReasonType type, BackForwardCacheNotRestoredReason reason, Optional<String> context, Optional<List<BackForwardCacheBlockingDetails>> details)