Uses of Class
org.openqa.selenium.devtools.v110.page.model.BackForwardCacheNotRestoredExplanation
-
Packages that use BackForwardCacheNotRestoredExplanation Package Description org.openqa.selenium.devtools.v110.page.model -
-
Uses of BackForwardCacheNotRestoredExplanation in org.openqa.selenium.devtools.v110.page.model
Methods in org.openqa.selenium.devtools.v110.page.model that return types with arguments of type BackForwardCacheNotRestoredExplanation Modifier and Type Method Description java.util.List<BackForwardCacheNotRestoredExplanation>BackForwardCacheNotRestoredExplanationTree. getExplanations()Not restored reasons of each framejava.util.List<BackForwardCacheNotRestoredExplanation>BackForwardCacheNotUsed. getNotRestoredExplanations()Array of reasons why the page could not be cached.Constructor parameters in org.openqa.selenium.devtools.v110.page.model with type arguments of type BackForwardCacheNotRestoredExplanation Constructor Description BackForwardCacheNotRestoredExplanationTree(java.lang.String url, java.util.List<BackForwardCacheNotRestoredExplanation> explanations, java.util.List<BackForwardCacheNotRestoredExplanationTree> children)BackForwardCacheNotUsed(LoaderId loaderId, FrameId frameId, java.util.List<BackForwardCacheNotRestoredExplanation> notRestoredExplanations, java.util.Optional<BackForwardCacheNotRestoredExplanationTree> notRestoredExplanationsTree)
-