EngineKt

public final class EngineKt
public final class EngineKt

Properties

Link copied to clipboard
private final static CookieStore cookieStore
private final static CookieStore cookieStore

A store that allows managing cookies.

Link copied to clipboard
private final static Downloads downloads
private final static Downloads downloads

A service that allows managing downloads.

Link copied to clipboard
private final static HttpAuthCache httpAuthCache
private final static HttpAuthCache httpAuthCache

A service for working with HTTP authentication cache.

Link copied to clipboard
private final static HttpCache httpCache
private final static HttpCache httpCache

A service for working with HTTP cache.

Link copied to clipboard
private final static JxBrowserLicense license
private final static JxBrowserLicense license

Returns a license that was used to create this Engine.

Link copied to clipboard
private final static MediaDevices mediaDevices
private final static MediaDevices mediaDevices

A service that allows managing media stream devices.

Link copied to clipboard
private final static Network network
private final static Network network

A service that allows working with network.

Link copied to clipboard
private final static EngineOptions options
private final static EngineOptions options

Returns options of this Engine.

Link copied to clipboard
private final static Permissions permissions
private final static Permissions permissions

A service that allows managing permissions.

Link copied to clipboard
private final static Plugins plugins
private final static Plugins plugins

A service that allows configuring plugins.

Link copied to clipboard
private final static Profiles profiles
private final static Profiles profiles

A service for managing profiles.

Link copied to clipboard
private final static Proxy proxy
private final static Proxy proxy

A service that allows working with proxy.

Link copied to clipboard
private final static SpellChecker spellChecker
private final static SpellChecker spellChecker

A service that allows working with spell checking functionality.

Link copied to clipboard
private final static ZoomLevels zoomLevels
private final static ZoomLevels zoomLevels

A service that allows working with zoom.

Functions

Link copied to clipboard
public final static Engine Engine(EngineOptions options)
public final static Engine Engine(EngineOptions options)

Creates a new instance of Engine with the given options.

public final static Engine Engine(RenderingMode renderingMode, Function1<OptionsDsl, Unit> configuration)
public final static Engine Engine(RenderingMode renderingMode, Function1<OptionsDsl, Unit> configuration)

Creates a new instance of Engine with the given renderingMode and configuration.

Link copied to clipboard
public final CookieStore getCookieStore()
public final CookieStore getCookieStore()
Link copied to clipboard
public final Downloads getDownloads()
public final Downloads getDownloads()
Link copied to clipboard
Link copied to clipboard
public final HttpCache getHttpCache()
public final HttpCache getHttpCache()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public final Network getNetwork()
public final Network getNetwork()
Link copied to clipboard
public final EngineOptions getOptions()
public final EngineOptions getOptions()
Link copied to clipboard
public final Permissions getPermissions()
public final Permissions getPermissions()
Link copied to clipboard
public final Plugins getPlugins()
public final Plugins getPlugins()
Link copied to clipboard
public final Profiles getProfiles()
public final Profiles getProfiles()
Link copied to clipboard
public final Proxy getProxy()
public final Proxy getProxy()
Link copied to clipboard
Link copied to clipboard
public final ZoomLevels getZoomLevels()
public final ZoomLevels getZoomLevels()