Uses of Class
org.openqa.selenium.devtools.v85.css.model.Value
Packages that use Value
-
Uses of Value in org.openqa.selenium.devtools.v85.css
Methods in org.openqa.selenium.devtools.v85.css that return types with arguments of type ValueModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Value>CSS.setKeyframeKey(StyleSheetId styleSheetId, SourceRange range, String keyText) Modifies the keyframe rule key text. -
Uses of Value in org.openqa.selenium.devtools.v85.css.model
Methods in org.openqa.selenium.devtools.v85.css.model that return ValueModifier and TypeMethodDescriptionCSSKeyframesRule.getAnimationName()Animation name.CSSKeyframeRule.getKeyText()Associated key text.Methods in org.openqa.selenium.devtools.v85.css.model that return types with arguments of type ValueConstructors in org.openqa.selenium.devtools.v85.css.model with parameters of type ValueModifierConstructorDescriptionCSSKeyframeRule(Optional<StyleSheetId> styleSheetId, StyleSheetOrigin origin, Value keyText, CSSStyle style) CSSKeyframesRule(Value animationName, List<CSSKeyframeRule> keyframes) Constructor parameters in org.openqa.selenium.devtools.v85.css.model with type arguments of type Value