Package org.hildan.chrome.devtools.domains.page.events
See: Description
-
Class Summary Class Description DomContentEventFiredEvent Official doc FileChooserOpenedEvent Emitted only when page.interceptFileChooseris enabled.FrameAttachedEvent Fired when frame has been attached to its parent. FrameClearedScheduledNavigationEvent Fired when frame no longer has a scheduled navigation. FrameDetachedEvent Fired when frame has been detached from its parent. FrameNavigatedEvent Fired once navigation of the frame has completed. DocumentOpenedEvent Fired when opening document to write to. FrameRequestedNavigationEvent Fired when a renderer-initiated navigation is requested. FrameScheduledNavigationEvent Fired when frame schedules a potential navigation. FrameStartedLoadingEvent Fired when frame has started loading. FrameStoppedLoadingEvent Fired when frame has stopped loading. DownloadWillBeginEvent Fired when page is about to start a download. DownloadProgressEvent Fired when download makes progress. JavascriptDialogClosedEvent Fired when a JavaScript initiated dialog (alert, confirm, prompt, or onbeforeunload) has been closed. JavascriptDialogOpeningEvent Fired when a JavaScript initiated dialog (alert, confirm, prompt, or onbeforeunload) is about to open. LifecycleEventEvent Fired for top level page lifecycle events such as navigation, load, paint, etc. LoadEventFiredEvent Official doc NavigatedWithinDocumentEvent Fired when same-document navigation happens, e.g. ScreencastFrameEvent Compressed image data requested by the startScreencast.ScreencastVisibilityChangedEvent Fired when the page with currently enabled screencast was shown or hidden `. WindowOpenEvent Fired when a new window is going to be opened, via window.open(), link click, form submission, etc. CompilationCacheProducedEvent Issued for every compilation cache generated. PageEvent -
Object Summary Object Description FrameResizedEvent Official doc InterstitialHiddenEvent Fired when interstitial page was hiddenOfficial doc InterstitialShownEvent Fired when interstitial page was shownOfficial doc