Uses of Class
org.openqa.selenium.devtools.page.model.Frame
-
Packages that use Frame Package Description org.openqa.selenium.devtools.page org.openqa.selenium.devtools.page.model -
-
Uses of Frame in org.openqa.selenium.devtools.page
Methods in org.openqa.selenium.devtools.page that return types with arguments of type Frame Modifier and Type Method Description static Event<Frame>
Page. frameNavigated()
-
Uses of Frame in org.openqa.selenium.devtools.page.model
Methods in org.openqa.selenium.devtools.page.model that return Frame Modifier and Type Method Description Frame
FrameResourceTree. getFrame()
Frame information for this tree item.Frame
FrameTree. getFrame()
Frame information for this tree item.Constructors in org.openqa.selenium.devtools.page.model with parameters of type Frame Constructor Description FrameResourceTree(Frame frame, java.util.List<FrameResourceTree> childFrames, java.util.List<FrameResource> resources)
FrameTree(Frame frame, java.util.List<FrameTree> childFrames)
-