pl.wendigo.chrome.api.page / FrameTree

FrameTree

data class FrameTree (source)

Information about the Frame hierarchy.

Link
Page#FrameTree type documentation.

Constructors

<init>

FrameTree(frame: Frame, childFrames: List<FrameTree>? = null)

Information about the Frame hierarchy.

Properties

childFrames

val childFrames: List<FrameTree>?

Child frames.

frame

val frame: Frame

Frame information for this tree item.