-
public final class GetNodesForSubtreeByStyleRequestRequest object containing input parameters for the DOMDomain.getNodesForSubtreeByStyle command.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegernodeIdprivate final List<CSSComputedStyleProperty>computedStylesprivate final Booleanpierce
-
Constructor Summary
Constructors Constructor Description GetNodesForSubtreeByStyleRequest(Integer nodeId, List<CSSComputedStyleProperty> computedStyles, Boolean pierce)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final List<CSSComputedStyleProperty>component2()final Booleancomponent3()final GetNodesForSubtreeByStyleRequestcopy(Integer nodeId, List<CSSComputedStyleProperty> computedStyles, Boolean pierce)final IntegergetNodeId()Node ID pointing to the root of a subtree. final List<CSSComputedStyleProperty>getComputedStyles()The style to filter nodes by (includes nodes if any of properties matches). final BooleangetPierce()Whether or not iframes and shadow roots in the same target should be traversed when returning the results (default is false). -
-
Constructor Detail
-
GetNodesForSubtreeByStyleRequest
GetNodesForSubtreeByStyleRequest(Integer nodeId, List<CSSComputedStyleProperty> computedStyles, Boolean pierce)
-
-
Method Detail
-
component1
final Integer component1()
-
component2
final List<CSSComputedStyleProperty> component2()
-
component3
final Boolean component3()
-
copy
final GetNodesForSubtreeByStyleRequest copy(Integer nodeId, List<CSSComputedStyleProperty> computedStyles, Boolean pierce)
-
getComputedStyles
final List<CSSComputedStyleProperty> getComputedStyles()
The style to filter nodes by (includes nodes if any of properties matches).
-
-
-
-