Uses of Class
org.openqa.selenium.devtools.v111.page.model.BackForwardCacheNotRestoredExplanationTree
-
Packages that use BackForwardCacheNotRestoredExplanationTree Package Description org.openqa.selenium.devtools.v111.page.model -
-
Uses of BackForwardCacheNotRestoredExplanationTree in org.openqa.selenium.devtools.v111.page.model
Methods in org.openqa.selenium.devtools.v111.page.model that return types with arguments of type BackForwardCacheNotRestoredExplanationTree Modifier and Type Method Description java.util.List<BackForwardCacheNotRestoredExplanationTree>BackForwardCacheNotRestoredExplanationTree. getChildren()Array of children framejava.util.Optional<BackForwardCacheNotRestoredExplanationTree>BackForwardCacheNotUsed. getNotRestoredExplanationsTree()Tree structure of reasons why the page could not be cached for each frame.Constructor parameters in org.openqa.selenium.devtools.v111.page.model with type arguments of type BackForwardCacheNotRestoredExplanationTree Constructor Description BackForwardCacheNotUsed(LoaderId loaderId, FrameId frameId, java.util.List<BackForwardCacheNotRestoredExplanation> notRestoredExplanations, java.util.Optional<BackForwardCacheNotRestoredExplanationTree> notRestoredExplanationsTree)
-