pl.wendigo.chrome.domain.page / GetFrameTreeResponse

GetFrameTreeResponse

data class GetFrameTreeResponse (source)

Represents response frame for Page.getFrameTree method call.

Returns present frame tree structure.

Constructors

<init>

GetFrameTreeResponse(frameTree: FrameTree)

Represents response frame for Page.getFrameTree method call.

Properties

frameTree

val frameTree: FrameTree

Present frame tree structure.