Uses of Class
org.openqa.selenium.devtools.css.model.CSSComputedStyleProperty
-
Packages that use CSSComputedStyleProperty Package Description org.openqa.selenium.devtools.css -
-
Uses of CSSComputedStyleProperty in org.openqa.selenium.devtools.css
Methods in org.openqa.selenium.devtools.css that return types with arguments of type CSSComputedStyleProperty Modifier and Type Method Description static Command<java.util.List<CSSComputedStyleProperty>>
CSS. getComputedStyleForNode(NodeId nodeId)
Returns the computed style for a DOM node identified by `nodeId`.
-