Class BackForwardCacheNotRestoredExplanationTree
java.lang.Object
org.openqa.selenium.devtools.v141.page.model.BackForwardCacheNotRestoredExplanationTree
-
Constructor Summary
ConstructorsConstructorDescriptionBackForwardCacheNotRestoredExplanationTree(String url, List<BackForwardCacheNotRestoredExplanation> explanations, List<BackForwardCacheNotRestoredExplanationTree> children) -
Method Summary
Modifier and TypeMethodDescriptionArray of children frameNot restored reasons of each framegetUrl()URL of each frame
-
Constructor Details
-
BackForwardCacheNotRestoredExplanationTree
public BackForwardCacheNotRestoredExplanationTree(String url, List<BackForwardCacheNotRestoredExplanation> explanations, List<BackForwardCacheNotRestoredExplanationTree> children)
-
-
Method Details
-
getUrl
URL of each frame -
getExplanations
Not restored reasons of each frame -
getChildren
Array of children frame
-