Class LifecycleEvent
java.lang.Object
org.openqa.selenium.devtools.v125.page.model.LifecycleEvent
Fired for top level page lifecycle events such as navigation, load, paint, etc.
- 
Constructor Summary
ConstructorsConstructorDescriptionLifecycleEvent(FrameId frameId, LoaderId loaderId, String name, MonotonicTime timestamp)  - 
Method Summary
 
- 
Constructor Details
- 
LifecycleEvent
 
 - 
 - 
Method Details
- 
getFrameId
Id of the frame. - 
getLoaderId
Loader identifier. Empty string if the request is fetched from worker. - 
getName
 - 
getTimestamp
 
 -