Uses of Class
org.openqa.selenium.devtools.v85.css.model.SelectorList
Packages that use SelectorList
-
Uses of SelectorList in org.openqa.selenium.devtools.v85.css
Methods in org.openqa.selenium.devtools.v85.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.v85.css.model
Methods in org.openqa.selenium.devtools.v85.css.model that return SelectorListConstructors in org.openqa.selenium.devtools.v85.css.model with parameters of type SelectorListModifierConstructorDescriptionCSSRule(Optional<StyleSheetId> styleSheetId, SelectorList selectorList, StyleSheetOrigin origin, CSSStyle style, Optional<List<CSSMedia>> media)