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