Class LifecycleEvent

java.lang.Object
org.openqa.selenium.devtools.v85.page.model.LifecycleEvent

public class LifecycleEvent extends Object
Fired for top level page lifecycle events such as navigation, load, paint, etc.
  • Constructor Details

  • Method Details

    • 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 String getName()
    • getTimestamp

      public MonotonicTime getTimestamp()