Uses of Class
org.openqa.selenium.devtools.v107.dom.model.CSSComputedStyleProperty
-
Packages that use CSSComputedStyleProperty Package Description org.openqa.selenium.devtools.v107.dom -
-
Uses of CSSComputedStyleProperty in org.openqa.selenium.devtools.v107.dom
Method parameters in org.openqa.selenium.devtools.v107.dom with type arguments of type CSSComputedStyleProperty Modifier and Type Method Description static org.openqa.selenium.devtools.Command<java.util.List<NodeId>>DOM. getNodesForSubtreeByStyle(NodeId nodeId, java.util.List<CSSComputedStyleProperty> computedStyles, java.util.Optional<java.lang.Boolean> pierce)Finds nodes with a given computed style in a subtree.
-