Uses of Class
org.openqa.selenium.devtools.v122.css.model.CSSComputedStyleProperty
Packages that use CSSComputedStyleProperty
-
Uses of CSSComputedStyleProperty in org.openqa.selenium.devtools.v122.css
Methods in org.openqa.selenium.devtools.v122.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`.Method parameters in org.openqa.selenium.devtools.v122.css with type arguments of type CSSComputedStylePropertyModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void>CSS.trackComputedStyleUpdates(List<CSSComputedStyleProperty> propertiesToTrack) Starts tracking the given computed styles for updates.