-
public class PageEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPageEvent.DomContentEventFiredEventpublic final classPageEvent.FileChooserOpenedEventEmitted only when
page.interceptFileChooseris enabled.public final classPageEvent.FrameAttachedEventFired when frame has been attached to its parent.
public final classPageEvent.FrameClearedScheduledNavigationEventFired when frame no longer has a scheduled navigation.
public final classPageEvent.FrameDetachedEventFired when frame has been detached from its parent.
public final classPageEvent.FrameNavigatedEventFired once navigation of the frame has completed. Frame is now associated with the new loader.
public final classPageEvent.DocumentOpenedEventFired when opening document to write to.
public classPageEvent.FrameResizedEventpublic final classPageEvent.FrameRequestedNavigationEventFired when a renderer-initiated navigation is requested. Navigation may still be cancelled after the event is issued.
public final classPageEvent.FrameScheduledNavigationEventFired when frame schedules a potential navigation.
public final classPageEvent.FrameStartedLoadingEventFired when frame has started loading.
public final classPageEvent.FrameStoppedLoadingEventFired when frame has stopped loading.
public final classPageEvent.DownloadWillBeginEventFired when page is about to start a download.
public final classPageEvent.DownloadProgressEventFired when download makes progress. Last call has |done| == true.
public classPageEvent.InterstitialHiddenEventFired when interstitial page was hidden
public classPageEvent.InterstitialShownEventFired when interstitial page was shown
public final classPageEvent.JavascriptDialogClosedEventFired when a JavaScript initiated dialog (alert, confirm, prompt, or onbeforeunload) has been closed.
public final classPageEvent.JavascriptDialogOpeningEventFired when a JavaScript initiated dialog (alert, confirm, prompt, or onbeforeunload) is about to open.
public final classPageEvent.LifecycleEventEventFired for top level page lifecycle events such as navigation, load, paint, etc.
public final classPageEvent.LoadEventFiredEventpublic final classPageEvent.NavigatedWithinDocumentEventFired when same-document navigation happens, e.g. due to history API usage or anchor navigation.
public final classPageEvent.ScreencastFrameEventCompressed image data requested by the
startScreencast.public final classPageEvent.ScreencastVisibilityChangedEventFired when the page with currently enabled screencast was shown or hidden `.
public final classPageEvent.WindowOpenEventFired when a new window is going to be opened, via window.open(), link click, form submission, etc.
public final classPageEvent.CompilationCacheProducedEventIssued for every compilation cache generated. Is only available if Page.setGenerateCompilationCache is enabled.
-