Interface FrameDocumentLoadFinished

All Superinterfaces:
Event, NavigationEvent

public interface FrameDocumentLoadFinished extends NavigationEvent
An event indicating that the document loading in the given frame has been finished. At this point, deferred scripts were executed, and content scripts marked "document_end" get injected into the frame.
  • Method Summary

    Modifier and Type
    Method
    Description
    default Frame
    Returns the Frame instance which document has been loaded.
    default Navigation
    Returns the Navigation instance initiated this event.
  • Method Details

    • frame

      default Frame frame()
      Returns the Frame instance which document has been loaded.