Interface FrameLoadFinished
- All Superinterfaces:
Event
,NavigationEvent
An event indicating that a content loading has been finished in the frame. This method
corresponds to the moment when the loading is done and the spinner of the tab should stop
spinning.
-
Method Summary
Modifier and TypeMethodDescriptiondefault Frame
frame()
Returns theFrame
instance that has been finished loading content.default Navigation
Returns theNavigation
instance initiated this event.default String
url()
Returns a string that represents the URL of the resource which content has been loaded.
-
Method Details
-
frame
Returns theFrame
instance that has been finished loading content. -
url
Returns a string that represents the URL of the resource which content has been loaded.