@ParametersAreNonnullByDefault
See: Description
| Interface | Description |
|---|---|
| BrowserBecameResponsive |
An event indicating that the browser instance has become responsive.
|
| BrowserBecameUnresponsive |
An event indicating that the browser instance has become unresponsive.
|
| BrowserClosed |
An event indicating that the browser instance has been closed.
|
| BrowserClosing |
An event indicating that the
Browser instance is about to close. |
| BrowserEvent |
An interface that all browser events must extend.
|
| CaptureSessionStarted |
An event indicating that a browser has started a capture session.
|
| ConsoleMessageReceived |
An event indicating that a JavaScript console message has been received.
|
| FaviconChanged |
An event indicating that the web page's favicon has been changed.
|
| FocusGained |
An event indicating that the browser instance has gained the focus.
|
| FocusLost |
An event indicating that the browser instance has lost the focus.
|
| FocusRequested |
Invoked when JavaScript sends a request to focus the Browser instance by calling the
window.focus() method. |
| FrameCreated |
An event indicating that a new frame in the browser has been created.
|
| FrameDeleted |
An event indicating that the frame in the Browser has been deleted.
|
| MediaStreamCaptureStarted |
An event indicating that the web page has started capturing an audio or video stream.
|
| MediaStreamCaptureStopped |
An event indicating that the web page has stopped capturing an audio or video stream.
|
| PrintPreviewClosed |
An event indicating that the print preview dialog has been closed.
|
| PrintPreviewOpened |
An event indicating that the print dialog preview has been opened.
|
| RenderProcessStarted |
An event indicating that a new render process for the browser has been started.
|
| RenderProcessTerminated |
An event indicating that the render process of the browser has been terminated.
|
| SpellCheckCompleted |
An event indicating that spell checking on the frame has been completed.
|
| StatusChanged |
An event indicating that the status text has been changed.
|
| TitleChanged |
An event indicating that the web page title has been changed.
|
| UpdateBoundsRequested |
An event indicating that JavaScript requests to update bounds of the Browser instance.
|
| Enum | Description |
|---|---|
| TerminationStatus |
The render process termination statuses.
|