-
@Deprecated(message = "Deprecated in the Chrome DevTools protocol") public final class GetFlattenedDocumentResponse
Response type for the DOMDomain.getFlattenedDocument command.
-
-
Constructor Summary
Constructors Constructor Description GetFlattenedDocumentResponse(List<Node> nodes)
-
Method Summary
Modifier and Type Method Description final List<Node>component1()final GetFlattenedDocumentResponsecopy(List<Node> nodes)final List<Node>getNodes()Resulting node.
-