pl.wendigo.chrome.api.page / GetFrameTreeResponse

GetFrameTreeResponse

data class GetFrameTreeResponse (source)

Represents response frame that is returned from Page#getFrameTree operation call. Returns present frame tree structure.

Link
Page#getFrameTree method documentation.

See Also

PageOperations.getFrameTree

Constructors

<init>

GetFrameTreeResponse(frameTree: FrameTree)

Represents response frame that is returned from Page#getFrameTree operation call. Returns present frame tree structure.

Properties

frameTree

val frameTree: FrameTree

Present frame tree structure.