Uses of Class
org.openqa.selenium.devtools.v141.page.model.BackForwardCacheNotRestoredExplanation
Packages that use BackForwardCacheNotRestoredExplanation
-
Uses of BackForwardCacheNotRestoredExplanation in org.openqa.selenium.devtools.v141.page.model
Methods in org.openqa.selenium.devtools.v141.page.model that return types with arguments of type BackForwardCacheNotRestoredExplanationModifier and TypeMethodDescriptionBackForwardCacheNotRestoredExplanationTree.getExplanations()Not restored reasons of each frameBackForwardCacheNotUsed.getNotRestoredExplanations()Array of reasons why the page could not be cached.Constructor parameters in org.openqa.selenium.devtools.v141.page.model with type arguments of type BackForwardCacheNotRestoredExplanationModifierConstructorDescriptionBackForwardCacheNotRestoredExplanationTree(String url, List<BackForwardCacheNotRestoredExplanation> explanations, List<BackForwardCacheNotRestoredExplanationTree> children) BackForwardCacheNotUsed(LoaderId loaderId, FrameId frameId, List<BackForwardCacheNotRestoredExplanation> notRestoredExplanations, Optional<BackForwardCacheNotRestoredExplanationTree> notRestoredExplanationsTree)