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