-
@Deprecated(message = "Deprecated in the Chrome DevTools protocol") public final class GetFlattenedDocumentRequest
Request object containing input parameters for the DOMDomain.getFlattenedDocument command.
-
-
Constructor Summary
Constructors Constructor Description GetFlattenedDocumentRequest(Integer depth, Boolean pierce)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final Booleancomponent2()final GetFlattenedDocumentRequestcopy(Integer depth, Boolean pierce)final IntegergetDepth()The maximum depth at which children should be retrieved, defaults to 1. final BooleangetPierce()Whether or not iframes and shadow roots should be traversed when returning the subtree (default is false). -
-
Method Detail
-
component1
final Integer component1()
-
component2
final Boolean component2()
-
copy
final GetFlattenedDocumentRequest copy(Integer depth, Boolean pierce)
-
getDepth
final Integer getDepth()
The maximum depth at which children should be retrieved, defaults to 1. Use -1 for the entire subtree or provide an integer larger than 0.
-
-
-
-