Class FrameTree
- java.lang.Object
-
- org.openqa.selenium.devtools.v112.page.model.FrameTree
-
public class FrameTree extends java.lang.Object
Information about the Frame hierarchy.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.util.List<FrameTree>>
getChildFrames()
Child frames.Frame
getFrame()
Frame information for this tree item.
-