Class LifecycleEvent
java.lang.Object
org.openqa.selenium.devtools.v139.page.model.LifecycleEvent
Fired for lifecycle events (navigation, load, paint, etc) in the current
 target (including local frames).
- 
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
 
 -