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