Uses of Class
org.openqa.selenium.devtools.v112.css.model.CSSSupports
-
Packages that use CSSSupports Package Description org.openqa.selenium.devtools.v112.css org.openqa.selenium.devtools.v112.css.model -
-
Uses of CSSSupports in org.openqa.selenium.devtools.v112.css
Methods in org.openqa.selenium.devtools.v112.css that return types with arguments of type CSSSupports Modifier and Type Method Description static org.openqa.selenium.devtools.Command<CSSSupports>CSS. setSupportsText(StyleSheetId styleSheetId, SourceRange range, java.lang.String text)Modifies the expression of a supports at-rule. -
Uses of CSSSupports in org.openqa.selenium.devtools.v112.css.model
Methods in org.openqa.selenium.devtools.v112.css.model that return types with arguments of type CSSSupports Modifier and Type Method Description java.util.Optional<java.util.List<CSSSupports>>CSSRule. getSupports()
-