chrome-devtools-kotlin
5.2.0-1167732
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.page
/
GetFrameTreeResponse
Get
Frame
Tree
Response
@
Serializable
data
class
GetFrameTreeResponse
(
val
frameTree
:
FrameTree
)
(
source
)
Response type for the
PageDomain.getFrameTree
command.
Members
Constructors
Get
Frame
Tree
Response
Link copied to clipboard
constructor
(
frameTree
:
FrameTree
)
Properties
frame
Tree
Link copied to clipboard
val
frameTree
:
FrameTree
Present frame tree structure.