RemoteFrame

Constructors

Link copied to clipboard
constructor(server: RpcExecutor, frame: RObject)

Functions

Link copied to clipboard
open fun copy()
Executes copy in this frame.
Link copied to clipboard
open fun cut()
Executes cut in this frame.
Link copied to clipboard
open fun delete()
Executes delete in this frame.
Link copied to clipboard
open fun dispose()
Removes the native reference from an unused object.
Link copied to clipboard
open fun executeJavaScript(code: String, url: String, line: Int)
Execute a string of JavaScript code in this frame.
Link copied to clipboard
open fun flush()
Link copied to clipboard
open fun getIdentifier(): String
Returns the globally unique identifier for this frame or null if the underlying frame does not yet exist.
Link copied to clipboard
open fun getName(): String
Returns the name for this frame.
Link copied to clipboard
open fun getParent(): CefFrame
Returns the parent of this frame or NULL if this is the main (top-level) frame.
Link copied to clipboard
open fun getURL(): String
Emits the URL currently loaded in this frame.
Link copied to clipboard
open fun isFocused(): Boolean
Returns true if this is the focused frame.
Link copied to clipboard
open fun isMain(): Boolean
Returns true if this is the main (top-level) frame.
Link copied to clipboard
open fun isValid(): Boolean
True if this object is currently attached to a valid frame.
Link copied to clipboard
open fun paste()
Executes paste in this frame.
Link copied to clipboard
open fun redo()
Executes redo in this frame.
Link copied to clipboard
open fun selectAll()
Executes select all in this frame.
Link copied to clipboard
open fun undo()
Executes undo in this frame.