Uses of Class
org.openqa.selenium.devtools.css.model.RuleUsage
-
Packages that use RuleUsage Package Description org.openqa.selenium.devtools.css -
-
Uses of RuleUsage in org.openqa.selenium.devtools.css
Methods in org.openqa.selenium.devtools.css that return types with arguments of type RuleUsage Modifier and Type Method Description static Command<java.util.List<RuleUsage>>CSS. stopRuleUsageTracking()Stop tracking rule usage and return the list of rules that were used since last call to `takeCoverageDelta` (or since start of coverage instrumentation)static Command<java.util.List<RuleUsage>>CSS. takeCoverageDelta()Obtain list of rules that became used since last call to this method (or since start of coverage instrumentation)
-