Uses of Class
org.openqa.selenium.devtools.page.model.FrameResourceTree
-
Packages that use FrameResourceTree Package Description org.openqa.selenium.devtools.page org.openqa.selenium.devtools.page.model -
-
Uses of FrameResourceTree in org.openqa.selenium.devtools.page
Methods in org.openqa.selenium.devtools.page that return types with arguments of type FrameResourceTree Modifier and Type Method Description static Command<FrameResourceTree>
Page. getResourceTree()
Returns present frame / resource tree structure. -
Uses of FrameResourceTree in org.openqa.selenium.devtools.page.model
Methods in org.openqa.selenium.devtools.page.model that return types with arguments of type FrameResourceTree Modifier and Type Method Description java.util.Optional<java.util.List<FrameResourceTree>>
FrameResourceTree. getChildFrames()
Child frames.Constructor parameters in org.openqa.selenium.devtools.page.model with type arguments of type FrameResourceTree Constructor Description FrameResourceTree(Frame frame, java.util.Optional<java.util.List<FrameResourceTree>> childFrames, java.util.List<FrameResource> resources)
-