Uses of Class
org.openqa.selenium.devtools.css.model.Value
-
Packages that use Value Package Description org.openqa.selenium.devtools.css org.openqa.selenium.devtools.css.model -
-
Uses of Value in org.openqa.selenium.devtools.css
Methods in org.openqa.selenium.devtools.css that return types with arguments of type Value Modifier and Type Method Description static Command<Value>
CSS. setKeyframeKey(StyleSheetId styleSheetId, SourceRange range, java.lang.String keyText)
Modifies the keyframe rule key text. -
Uses of Value in org.openqa.selenium.devtools.css.model
Methods in org.openqa.selenium.devtools.css.model that return Value Modifier and Type Method Description Value
CSSKeyframesRule. getAnimationName()
Animation name.Value
CSSKeyframeRule. getKeyText()
Associated key text.Methods in org.openqa.selenium.devtools.css.model that return types with arguments of type Value Modifier and Type Method Description java.util.List<Value>
SelectorList. getSelectors()
Selectors in the list.Constructors in org.openqa.selenium.devtools.css.model with parameters of type Value Constructor Description CSSKeyframeRule(java.util.Optional<StyleSheetId> styleSheetId, StyleSheetOrigin origin, Value keyText, CSSStyle style)
CSSKeyframesRule(Value animationName, java.util.List<CSSKeyframeRule> keyframes)
Constructor parameters in org.openqa.selenium.devtools.css.model with type arguments of type Value Constructor Description SelectorList(java.util.List<Value> selectors, java.lang.String text)
-