java.lang.Object
org.openqa.selenium.devtools.v85.page.model.FrameTree

public class FrameTree extends Object
Information about the Frame hierarchy.
  • Constructor Details

  • Method Details

    • getFrame

      public Frame getFrame()
      Frame information for this tree item.
    • getChildFrames

      public Optional<List<FrameTree>> getChildFrames()
      Child frames.