Uses of Class
org.openqa.selenium.devtools.v141.css.model.CSSProperty
Packages that use CSSProperty
Package
Description
-
Uses of CSSProperty in org.openqa.selenium.devtools.v141.css
Methods in org.openqa.selenium.devtools.v141.css that return types with arguments of type CSSPropertyModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<List<CSSProperty>> CSS.getLonghandProperties(String shorthandName, String value) -
Uses of CSSProperty in org.openqa.selenium.devtools.v141.css.model
Methods in org.openqa.selenium.devtools.v141.css.model that return types with arguments of type CSSPropertyModifier and TypeMethodDescriptionCSSStyle.getCssProperties()CSS properties in the style.CSSProperty.getLonghandProperties()Parsed longhand components of this property if it is a shorthand.Constructor parameters in org.openqa.selenium.devtools.v141.css.model with type arguments of type CSSPropertyModifierConstructorDescriptionCSSStyle(Optional<StyleSheetId> styleSheetId, List<CSSProperty> cssProperties, List<ShorthandEntry> shorthandEntries, Optional<String> cssText, Optional<SourceRange> range)