Uses of Class
org.openqa.selenium.devtools.css.model.CSSProperty
-
Packages that use CSSProperty Package Description org.openqa.selenium.devtools.css.model -
-
Uses of CSSProperty in org.openqa.selenium.devtools.css.model
Methods in org.openqa.selenium.devtools.css.model that return types with arguments of type CSSProperty Modifier and Type Method Description java.util.List<CSSProperty>
CSSStyle. getCssProperties()
CSS properties in the style.Constructor parameters in org.openqa.selenium.devtools.css.model with type arguments of type CSSProperty Constructor Description CSSStyle(StyleSheetId styleSheetId, java.util.List<CSSProperty> cssProperties, java.util.List<ShorthandEntry> shorthandEntries, java.lang.String cssText, SourceRange range)
-