Uses of Class
org.openqa.selenium.devtools.v98.css.model.CSSContainerQuery
-
Packages that use CSSContainerQuery Package Description org.openqa.selenium.devtools.v98.css org.openqa.selenium.devtools.v98.css.model -
-
Uses of CSSContainerQuery in org.openqa.selenium.devtools.v98.css
Methods in org.openqa.selenium.devtools.v98.css that return types with arguments of type CSSContainerQuery Modifier and Type Method Description static org.openqa.selenium.devtools.Command<CSSContainerQuery>CSS. setContainerQueryText(StyleSheetId styleSheetId, SourceRange range, java.lang.String text)Modifies the expression of a container query. -
Uses of CSSContainerQuery in org.openqa.selenium.devtools.v98.css.model
Methods in org.openqa.selenium.devtools.v98.css.model that return types with arguments of type CSSContainerQuery Modifier and Type Method Description java.util.Optional<java.util.List<CSSContainerQuery>>CSSRule. getContainerQueries()Container query list array (for rules involving container queries).
-