Class LifecycleEvent
- java.lang.Object
-
- org.openqa.selenium.devtools.v103.page.model.LifecycleEvent
-
public class LifecycleEvent extends java.lang.Object
Fired for top level page lifecycle events such as navigation, load, paint, etc.
-
-
Constructor Summary
Constructors Constructor Description LifecycleEvent(FrameId frameId, LoaderId loaderId, java.lang.String name, MonotonicTime timestamp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FrameId
getFrameId()
Id of the frame.LoaderId
getLoaderId()
Loader identifier.java.lang.String
getName()
MonotonicTime
getTimestamp()
-
-
-
Constructor Detail
-
LifecycleEvent
public LifecycleEvent(FrameId frameId, LoaderId loaderId, java.lang.String name, MonotonicTime timestamp)
-
-
Method Detail
-
getFrameId
public FrameId getFrameId()
Id of the frame.
-
getLoaderId
public LoaderId getLoaderId()
Loader identifier. Empty string if the request is fetched from worker.
-
getName
public java.lang.String getName()
-
getTimestamp
public MonotonicTime getTimestamp()
-
-