Package-level declarations

This package provides the classes that allow you to work with browser events.

This package provides the classes that allow you to work with browser events.

Types

Link copied to clipboard
An event indicating that the browser instance has become responsive.
Link copied to clipboard
An event indicating that the browser instance has become unresponsive.
Link copied to clipboard
An event indicating that the browser instance has been closed.
Link copied to clipboard
An event indicating that the Browser instance is about to close.
Link copied to clipboard
interface BrowserEvent : Event
interface BrowserEvent : Event
An interface that all browser events must extend.
Link copied to clipboard
An event indicating that a browser has started a capture session.
Link copied to clipboard
An event indicating that a JavaScript console message has been received.
Link copied to clipboard
An event indicating that the web page's favicon has been changed.
Link copied to clipboard
An event indicating that the browser instance has gained the focus.
Link copied to clipboard
An event indicating that the browser instance has lost the focus.
Link copied to clipboard
Invoked when JavaScript sends a request to focus the Browser instance by calling the window.focus() method.
Link copied to clipboard
An event indicating that a new frame in the browser has been created.
Link copied to clipboard
An event indicating that the frame in the Browser has been deleted.
Link copied to clipboard
An event indicating that the web page has started capturing an audio or video stream.
Link copied to clipboard
An event indicating that the web page has stopped capturing an audio or video stream.
Link copied to clipboard
An event indicating that the print preview dialog has been closed.
Link copied to clipboard
An event indicating that the print dialog preview has been opened.
Link copied to clipboard
An event indicating that a new render process for the browser has been started.
Link copied to clipboard
An event indicating that the render process of the browser has been terminated.
Link copied to clipboard
An event indicating that spell checking on the frame has been completed.
Link copied to clipboard
An event indicating that the status text has been changed.
Link copied to clipboard
An event indicating that the web page title has been changed.
Link copied to clipboard
An event indicating that JavaScript requests to update bounds of the Browser instance.