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.
|
| ConsoleMessageReceived |
An event indicating that a JavaScript console message has been received.
|
| 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.
|
| FullScreenEntered |
An event indicating that the browser instance has been toggled into full-screen mode.
|
| FullScreenExited |
An event indicating that the browser instance has been toggled out of full-screen mode.
|
| 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 through the
following JavaScript functions:
window.moveTo() — moves a window to the specified position.
window.moveBy() — moves a window a specified number of pixels relative to its
current coordinates.
window.resizeTo() — resizes the window to the specified width and height.
window.resizeBy() — resizes the window by the specified pixels.
|
| Enum | Description |
|---|---|
| TerminationStatus |
The render process termination statuses.
|