Uses of Class
org.openqa.selenium.devtools.v141.css.model.CSSRule
Packages that use CSSRule
Package
Description
-
Uses of CSSRule in org.openqa.selenium.devtools.v141.css
Methods in org.openqa.selenium.devtools.v141.css that return types with arguments of type CSSRuleModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<CSSRule> CSS.addRule(StyleSheetId styleSheetId, String ruleText, SourceRange location, Optional<NodeId> nodeForPropertySyntaxValidation) 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.v141.css.model
Methods in org.openqa.selenium.devtools.v141.css.model that return CSSRuleConstructors in org.openqa.selenium.devtools.v141.css.model with parameters of type CSSRule