RemoteBrowser
Functions
Link copied to clipboard
Tests if the browser can navigate forwards.
Link copied to clipboard
Call to immediately create the underlying browser object.
Link copied to clipboard
Captures a screenshot-like image of the currently displayed content and returns it.
Link copied to clipboard
Execute a string of JavaScript code in this frame.
Link copied to clipboard
Get an instance of the DevTools to be displayed in its own window or to be embedded within your UI.
Link copied to clipboard
Get an instance of a client that can be used to leverage the DevTools protocol.
Link copied to clipboard
Returns the focused frame for the browser window.
Link copied to clipboard
Returns the frame with the specified identifier, or NULL if not found.
Link copied to clipboard
Returns the frame with the specified name, or NULL if not found.
Link copied to clipboard
Returns the number of frames that currently exist.
Link copied to clipboard
Returns the identifiers of all existing frames.
Link copied to clipboard
Returns the names of all existing frames.
Link copied to clipboard
Returns the unique browser identifier.
Link copied to clipboard
Returns the main (top-level) frame for the browser window.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Get an implementation of CefRenderHandler if any.
Link copied to clipboard
Returns the request context for this browser.
Link copied to clipboard
Retrieve this frame's HTML source as a string sent to the specified visitor.
Link copied to clipboard
Retrieve this frame's display text as a string sent to the specified visitor.
Link copied to clipboard
Get the underlying UI component (e.g.
Link copied to clipboard
Get an implementation of CefWindowHandler if any.
Link copied to clipboard
Returns the maximum rate in frames per second (fps) that
CefRenderHandler::onPaint
will be called for a windowless browser.Link copied to clipboard
Get the current zoom level.
Link copied to clipboard
Tests if a document has been loaded in the browser.
Link copied to clipboard
Cancels the existing composition and discards the composition node contents without applying them.
Link copied to clipboard
Completes the existing composition by optionally inserting the specified |text| into the composition node.
Link copied to clipboard
Completes the existing composition by applying the current composition node contents.
Link copied to clipboard
open fun ImeSetComposition(s: String, list: List<CefCompositionUnderline>, cefRange: CefRange, cefRange1: CefRange)
Begins a new composition or updates the existing composition.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Load the request represented by the request object.
Link copied to clipboard
Send a notification to the browser that the screen info has changed.
Link copied to clipboard
Called from CefClient.onBeforeClose.
Link copied to clipboard
Print the current browser contents to a PDF.
Link copied to clipboard
Reload the current page ignoring any cached data.
Link copied to clipboard
If a misspelled word is currently selected in an editable node calling this method will replace it with the specified |word|.
Link copied to clipboard
open fun runFileDialog(mode: CefDialogHandler.FileDialogMode, title: String, defaultFilePath: String, acceptFilters: Vector<String>, callback: CefRunFileDialogCallback)
Call to run a file chooser dialog.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Allow the browser to close.
Link copied to clipboard
Link copied to clipboard
Set the maximum rate in frames per second (fps) that
CefRenderHandler::onPaint
will be called for a windowless browser.Link copied to clipboard
Set whether the window containing the browser is visible (minimized/unminimized, app hidden/unhidden, etc).
Link copied to clipboard
Change the zoom level to the specified value.
Link copied to clipboard
Download the file at url using CefDownloadHandler.
Link copied to clipboard
Cancel all searches that are currently going on.
Link copied to clipboard
Save this frame's HTML source to a temporary file and open it in the default text viewing application.
Link copied to clipboard