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