Uses of Class
org.openqa.selenium.devtools.v95.css.model.SelectorList
-
Packages that use SelectorList Package Description org.openqa.selenium.devtools.v95.css org.openqa.selenium.devtools.v95.css.model -
-
Uses of SelectorList in org.openqa.selenium.devtools.v95.css
Methods in org.openqa.selenium.devtools.v95.css that return types with arguments of type SelectorList Modifier and Type Method Description static org.openqa.selenium.devtools.Command<SelectorList>CSS. setRuleSelector(StyleSheetId styleSheetId, SourceRange range, java.lang.String selector)Modifies the rule selector. -
Uses of SelectorList in org.openqa.selenium.devtools.v95.css.model
Methods in org.openqa.selenium.devtools.v95.css.model that return SelectorList Modifier and Type Method Description SelectorListCSSRule. getSelectorList()Rule selector data.Constructors in org.openqa.selenium.devtools.v95.css.model with parameters of type SelectorList Constructor Description CSSRule(java.util.Optional<StyleSheetId> styleSheetId, SelectorList selectorList, StyleSheetOrigin origin, CSSStyle style, java.util.Optional<java.util.List<CSSMedia>> media, java.util.Optional<java.util.List<CSSContainerQuery>> containerQueries)
-