Uses of Class
org.openqa.selenium.devtools.v130.css.model.CSSContainerQuery
Packages that use CSSContainerQuery
Package
Description
-
Uses of CSSContainerQuery in org.openqa.selenium.devtools.v130.css
Methods in org.openqa.selenium.devtools.v130.css that return types with arguments of type CSSContainerQueryModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<CSSContainerQuery>CSS.setContainerQueryText(StyleSheetId styleSheetId, SourceRange range, String text) Modifies the expression of a container query. -
Uses of CSSContainerQuery in org.openqa.selenium.devtools.v130.css.model
Methods in org.openqa.selenium.devtools.v130.css.model that return types with arguments of type CSSContainerQueryModifier and TypeMethodDescriptionCSSRule.getContainerQueries()Container query list array (for rules involving container queries).