Uses of Class
org.openqa.selenium.devtools.v112.page.model.BackForwardCacheNotRestoredReason
-
Packages that use BackForwardCacheNotRestoredReason Package Description org.openqa.selenium.devtools.v112.page.model -
-
Uses of BackForwardCacheNotRestoredReason in org.openqa.selenium.devtools.v112.page.model
Methods in org.openqa.selenium.devtools.v112.page.model that return BackForwardCacheNotRestoredReason Modifier and Type Method Description static BackForwardCacheNotRestoredReasonBackForwardCacheNotRestoredReason. fromString(java.lang.String s)BackForwardCacheNotRestoredReasonBackForwardCacheNotRestoredExplanation. getReason()Not restored reasonstatic BackForwardCacheNotRestoredReasonBackForwardCacheNotRestoredReason. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BackForwardCacheNotRestoredReason[]BackForwardCacheNotRestoredReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.v112.page.model with parameters of type BackForwardCacheNotRestoredReason Constructor Description BackForwardCacheNotRestoredExplanation(BackForwardCacheNotRestoredReasonType type, BackForwardCacheNotRestoredReason reason, java.util.Optional<java.lang.String> context)
-