chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.page / GetFrameTreeResponse

GetFrameTreeResponse

data class GetFrameTreeResponse

Response type for the PageDomain.getFrameTree command.

Constructors

<init>

Response type for the PageDomain.getFrameTree command.

GetFrameTreeResponse(frameTree: FrameTree)

Properties

frameTree

Present frame tree structure.

val frameTree: FrameTree