Class CSSContainerQuery
java.lang.Object
org.openqa.selenium.devtools.v129.css.model.CSSContainerQuery
CSS container query rule descriptor.
-
Constructor Summary
ConstructorsConstructorDescriptionCSSContainerQuery
(String text, Optional<SourceRange> range, Optional<StyleSheetId> styleSheetId, Optional<String> name, Optional<PhysicalAxes> physicalAxes, Optional<LogicalAxes> logicalAxes) -
Method Summary
Modifier and TypeMethodDescriptionOptional logical axes queried for the container.getName()
Optional name for the container.Optional physical axes queried for the container.getRange()
The associated rule header range in the enclosing stylesheet (if available).Identifier of the stylesheet containing this object (if exists).getText()
Container query text.
-
Constructor Details
-
CSSContainerQuery
public CSSContainerQuery(String text, Optional<SourceRange> range, Optional<StyleSheetId> styleSheetId, Optional<String> name, Optional<PhysicalAxes> physicalAxes, Optional<LogicalAxes> logicalAxes)
-
-
Method Details
-
getText
Container query text. -
getRange
The associated rule header range in the enclosing stylesheet (if available). -
getStyleSheetId
Identifier of the stylesheet containing this object (if exists). -
getName
Optional name for the container. -
getPhysicalAxes
Optional physical axes queried for the container. -
getLogicalAxes
Optional logical axes queried for the container.
-