Uses of Class
org.openqa.selenium.devtools.v113.css.model.CSSScope
-
Packages that use CSSScope Package Description org.openqa.selenium.devtools.v113.css org.openqa.selenium.devtools.v113.css.model -
-
Uses of CSSScope in org.openqa.selenium.devtools.v113.css
Methods in org.openqa.selenium.devtools.v113.css that return types with arguments of type CSSScope Modifier and Type Method Description static org.openqa.selenium.devtools.Command<CSSScope>CSS. setScopeText(StyleSheetId styleSheetId, SourceRange range, java.lang.String text)Modifies the expression of a scope at-rule. -
Uses of CSSScope in org.openqa.selenium.devtools.v113.css.model
Methods in org.openqa.selenium.devtools.v113.css.model that return types with arguments of type CSSScope Modifier and Type Method Description java.util.Optional<java.util.List<CSSScope>>CSSRule. getScopes()
-