Package-level declarations

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

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

Types

Link copied to clipboard
Thrown when a bitmap request times out.
Link copied to clipboard
public interface Browser implements Closeable, Advisable<P>, Observable<T>
public interface Browser implements Closeable, Advisable<P>, Observable<T>
A web browser control that allows loading a web page or a local HTML file, accessing DOM and executing JavaScript on the loaded web page, getting notifications about loading progress, dispatching keyboard and mouse events, etc.
Link copied to clipboard
public interface BrowserSettings
public interface BrowserSettings
The settings of the browser.
Link copied to clipboard
public interface CloseOptions
public interface CloseOptions
The options for the close method.
Link copied to clipboard
public enum DisplayMode
public enum DisplayMode
Defines the CSS display-mode setting.
Link copied to clipboard
public enum MediaStreamType
public enum MediaStreamType
The type of the captured stream.
Link copied to clipboard
public enum SavePageType
public enum SavePageType
Determines how the web page will be saved.
Link copied to clipboard
Thrown when the requested operation cannot be executed with the current rendering mode because it is not supported.
Link copied to clipboard
The media performance/privacy tradeoffs which affect how WebRTC traffic will be routed and how much local address information will be exposed.