-
public final class GetFrameTreeResponseResponse type for the PageDomain.getFrameTree command.
-
-
Constructor Summary
Constructors Constructor Description GetFrameTreeResponse(FrameTree frameTree)
-
Method Summary
Modifier and Type Method Description final FrameTreecomponent1()final GetFrameTreeResponsecopy(FrameTree frameTree)final FrameTreegetFrameTree()Present frame tree structure. -
-
Constructor Detail
-
GetFrameTreeResponse
GetFrameTreeResponse(FrameTree frameTree)
-
-
Method Detail
-
component1
final FrameTree component1()
-
copy
final GetFrameTreeResponse copy(FrameTree frameTree)
-
getFrameTree
final FrameTree getFrameTree()
Present frame tree structure.
-
-
-
-