Uses of Class
org.openqa.selenium.devtools.v141.css.model.SelectorList
Packages that use SelectorList
Package
Description
-
Uses of SelectorList in org.openqa.selenium.devtools.v141.css
Methods in org.openqa.selenium.devtools.v141.css that return types with arguments of type SelectorListModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<SelectorList> CSS.setRuleSelector(StyleSheetId styleSheetId, SourceRange range, String selector) Modifies the rule selector. -
Uses of SelectorList in org.openqa.selenium.devtools.v141.css.model
Methods in org.openqa.selenium.devtools.v141.css.model that return SelectorListConstructors in org.openqa.selenium.devtools.v141.css.model with parameters of type SelectorListModifierConstructorDescriptionCSSRule(Optional<StyleSheetId> styleSheetId, SelectorList selectorList, Optional<List<String>> nestingSelectors, StyleSheetOrigin origin, CSSStyle style, Optional<List<CSSMedia>> media, Optional<List<CSSContainerQuery>> containerQueries, Optional<List<CSSSupports>> supports, Optional<List<CSSLayer>> layers, Optional<List<CSSScope>> scopes, Optional<List<CSSRuleType>> ruleTypes, Optional<List<CSSStartingStyle>> startingStyles)