Uses of Class
org.openqa.selenium.devtools.v141.page.model.FrameResourceTree
Packages that use FrameResourceTree
Package
Description
-
Uses of FrameResourceTree in org.openqa.selenium.devtools.v141.page
Methods in org.openqa.selenium.devtools.v141.page that return types with arguments of type FrameResourceTreeModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<FrameResourceTree> Page.getResourceTree()Returns present frame / resource tree structure. -
Uses of FrameResourceTree in org.openqa.selenium.devtools.v141.page.model
Methods in org.openqa.selenium.devtools.v141.page.model that return types with arguments of type FrameResourceTreeConstructor parameters in org.openqa.selenium.devtools.v141.page.model with type arguments of type FrameResourceTreeModifierConstructorDescriptionFrameResourceTree(Frame frame, Optional<List<FrameResourceTree>> childFrames, List<FrameResource> resources)