Class FrameNavigated
- java.lang.Object
-
- org.openqa.selenium.devtools.v112.page.model.FrameNavigated
-
public class FrameNavigated extends java.lang.Object
Fired once navigation of the frame has completed. Frame is now associated with the new loader.
-
-
Constructor Summary
Constructors Constructor Description FrameNavigated(Frame frame, NavigationType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Frame
getFrame()
Frame object.NavigationType
getType()
-
-
-
Constructor Detail
-
FrameNavigated
public FrameNavigated(Frame frame, NavigationType type)
-
-
Method Detail
-
getFrame
public Frame getFrame()
Frame object.
-
getType
@Beta public NavigationType getType()
-
-