| Package | Description |
|---|---|
| com.github.kklisura.cdt.protocol.commands |
| Modifier and Type | Method and Description |
|---|---|
List<Integer> |
DOM.getNodesForSubtreeByStyle(Integer nodeId,
List<CSSComputedStyleProperty> computedStyles)
Finds nodes with a given computed style in a subtree.
|
List<Integer> |
DOM.getNodesForSubtreeByStyle(Integer nodeId,
List<CSSComputedStyleProperty> computedStyles,
Boolean pierce)
Finds nodes with a given computed style in a subtree.
|
Copyright © 2021 Kenan Klisura. All rights reserved.