Uses of Class
org.openqa.selenium.devtools.v141.css.model.CSSComputedStyleProperty
Packages that use CSSComputedStyleProperty
-
Uses of CSSComputedStyleProperty in org.openqa.selenium.devtools.v141.css
Methods in org.openqa.selenium.devtools.v141.css that return types with arguments of type CSSComputedStylePropertyModifier and TypeMethodDescriptionCSS.GetComputedStyleForNodeResponse.getComputedStyle()Computed style for the specified DOM node.Method parameters in org.openqa.selenium.devtools.v141.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.Constructor parameters in org.openqa.selenium.devtools.v141.css with type arguments of type CSSComputedStylePropertyModifierConstructorDescriptionGetComputedStyleForNodeResponse(List<CSSComputedStyleProperty> computedStyle, ComputedStyleExtraFields extraFields)