FrameKt

public final class FrameKt
public final class FrameKt

Properties

Link copied to clipboard
private final static Browser browser
private final static Browser browser

Browser instance of this frame.

Link copied to clipboard
private final static List<Frame> children
private final static List<Frame> children

The list of child frames or an empty list if this frame does not have any children.

Link copied to clipboard
private final static Document document
private final static Document document

The document object model (DOM) of this frame, if any.

Link copied to clipboard
private final static String html
private final static String html

Content of the frame in the HTML format, or an empty string if the frame doesn't have a content or its content is empty.

Link copied to clipboard
private final static Json json
private final static Json json

The Json instance for this frame.

Link copied to clipboard
private final static WebStorage localStorage
private final static WebStorage localStorage

The localStorage instance of this frame.

Link copied to clipboard
private final static String name
private final static String name

The name of the frame, or an empty string if the frame doesn't have a name.

Link copied to clipboard
private final static Frame parent
private final static Frame parent

The parent Frame instance or null if the current frame is a main (top-level) frame, and it does not have a parent.

Link copied to clipboard
private final static WebStorage sessionStorage
private final static WebStorage sessionStorage

The sessionStorage instance of this frame.

Functions

Link copied to clipboard
public final Browser getBrowser()
public final Browser getBrowser()
Link copied to clipboard
public final List<Frame> getChildren()
public final List<Frame> getChildren()
Link copied to clipboard
public final Document getDocument()
public final Document getDocument()
Link copied to clipboard
public final String getHtml()
public final String getHtml()
Link copied to clipboard
public final Json getJson()
public final Json getJson()
Link copied to clipboard
public final WebStorage getLocalStorage()
public final WebStorage getLocalStorage()
Link copied to clipboard
public final String getName()
public final String getName()
Link copied to clipboard
public final Frame getParent()
public final Frame getParent()
Link copied to clipboard