Uses of Class
org.openqa.selenium.devtools.css.model.CSSRule
-
Packages that use CSSRule Package Description org.openqa.selenium.devtools.css org.openqa.selenium.devtools.css.model -
-
Uses of CSSRule in org.openqa.selenium.devtools.css
Methods in org.openqa.selenium.devtools.css that return types with arguments of type CSSRule Modifier and Type Method Description static Command<CSSRule>
CSS. addRule(StyleSheetId styleSheetId, java.lang.String ruleText, SourceRange location)
Inserts a new rule with the given `ruleText` in a stylesheet with given `styleSheetId`, at the position specified by `location`. -
Uses of CSSRule in org.openqa.selenium.devtools.css.model
Methods in org.openqa.selenium.devtools.css.model that return CSSRule Modifier and Type Method Description CSSRule
RuleMatch. getRule()
CSS rule in the match.Constructors in org.openqa.selenium.devtools.css.model with parameters of type CSSRule Constructor Description RuleMatch(CSSRule rule, java.util.List<java.lang.Integer> matchingSelectors)
-