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