Class FrameResourceTree
java.lang.Object
org.openqa.selenium.devtools.v140.page.model.FrameResourceTree
Information about the Frame hierarchy along with their cached resources.
- 
Constructor Summary
ConstructorsConstructorDescriptionFrameResourceTree(Frame frame, Optional<List<FrameResourceTree>> childFrames, List<FrameResource> resources)  - 
Method Summary
Modifier and TypeMethodDescriptionChild frames.getFrame()Frame information for this tree item.Information about frame resources. 
- 
Constructor Details
- 
FrameResourceTree
public FrameResourceTree(Frame frame, Optional<List<FrameResourceTree>> childFrames, List<FrameResource> resources)  
 - 
 - 
Method Details
- 
getFrame
Frame information for this tree item. - 
getChildFrames
Child frames. - 
getResources
Information about frame resources. 
 -