Uses of Class
org.openqa.selenium.devtools.v98.page.model.BackForwardCacheNotRestoredExplanation
-
Packages that use BackForwardCacheNotRestoredExplanation Package Description org.openqa.selenium.devtools.v98.page.model -
-
Uses of BackForwardCacheNotRestoredExplanation in org.openqa.selenium.devtools.v98.page.model
Methods in org.openqa.selenium.devtools.v98.page.model that return types with arguments of type BackForwardCacheNotRestoredExplanation Modifier and Type Method Description java.util.List<BackForwardCacheNotRestoredExplanation>BackForwardCacheNotUsed. getNotRestoredExplanations()Array of reasons why the page could not be cached.Constructor parameters in org.openqa.selenium.devtools.v98.page.model with type arguments of type BackForwardCacheNotRestoredExplanation Constructor Description BackForwardCacheNotUsed(LoaderId loaderId, FrameId frameId, java.util.List<BackForwardCacheNotRestoredExplanation> notRestoredExplanations)
-