Uses of Class
org.openqa.selenium.devtools.v141.css.model.CSSStyle
Packages that use CSSStyle
Package
Description
-
Uses of CSSStyle in org.openqa.selenium.devtools.v141.css
Methods in org.openqa.selenium.devtools.v141.css that return types with arguments of type CSSStyleModifier and TypeMethodDescriptionCSS.GetInlineStylesForNodeResponse.getAttributesStyle()Attribute-defined element style (e.g.CSS.GetMatchedStylesForNodeResponse.getAttributesStyle()Attribute-defined element style (e.g.CSS.GetInlineStylesForNodeResponse.getInlineStyle()Inline style for the specified DOM node.CSS.GetMatchedStylesForNodeResponse.getInlineStyle()Inline style for the specified DOM node.CSS.GetAnimatedStylesForNodeResponse.getTransitionsStyle()Style coming from transitions.CSS.setStyleTexts(List<StyleDeclarationEdit> edits, Optional<NodeId> nodeForPropertySyntaxValidation) Applies specified style edits one after another in the given order.Constructor parameters in org.openqa.selenium.devtools.v141.css with type arguments of type CSSStyleModifierConstructorDescriptionGetInlineStylesForNodeResponse(Optional<CSSStyle> inlineStyle, Optional<CSSStyle> attributesStyle) GetMatchedStylesForNodeResponse(Optional<CSSStyle> inlineStyle, Optional<CSSStyle> attributesStyle, Optional<List<RuleMatch>> matchedCSSRules, Optional<List<PseudoElementMatches>> pseudoElements, Optional<List<InheritedStyleEntry>> inherited, Optional<List<InheritedPseudoElementMatches>> inheritedPseudoElements, Optional<List<CSSKeyframesRule>> cssKeyframesRules, Optional<List<CSSPositionTryRule>> cssPositionTryRules, Optional<Integer> activePositionFallbackIndex, Optional<List<CSSPropertyRule>> cssPropertyRules, Optional<List<CSSPropertyRegistration>> cssPropertyRegistrations, Optional<CSSFontPaletteValuesRule> cssFontPaletteValuesRule, Optional<NodeId> parentLayoutNodeId, Optional<List<CSSFunctionRule>> cssFunctionRules) -
Uses of CSSStyle in org.openqa.selenium.devtools.v141.css.model
Methods in org.openqa.selenium.devtools.v141.css.model that return CSSStyleModifier and TypeMethodDescriptionCSSAnimationStyle.getStyle()The style coming from the animation.CSSFontPaletteValuesRule.getStyle()Associated style declaration.CSSKeyframeRule.getStyle()Associated style declaration.CSSPositionTryRule.getStyle()Associated style declaration.CSSPropertyRule.getStyle()Associated style declaration.CSSRule.getStyle()Associated style declaration.CSSTryRule.getStyle()Associated style declaration.Methods in org.openqa.selenium.devtools.v141.css.model that return types with arguments of type CSSStyleModifier and TypeMethodDescriptionInheritedStyleEntry.getInlineStyle()The ancestor node's inline style, if any, in the style inheritance chain.CSSFunctionNode.getStyle()Values set by this node.InheritedAnimatedStyleEntry.getTransitionsStyle()The style coming from the transitions of the ancestor, if any, in the style inheritance chain.Constructors in org.openqa.selenium.devtools.v141.css.model with parameters of type CSSStyleModifierConstructorDescriptionCSSAnimationStyle(Optional<String> name, CSSStyle style) CSSFontPaletteValuesRule(Optional<StyleSheetId> styleSheetId, StyleSheetOrigin origin, Value fontPaletteName, CSSStyle style) CSSKeyframeRule(Optional<StyleSheetId> styleSheetId, StyleSheetOrigin origin, Value keyText, CSSStyle style) CSSPositionTryRule(Value name, Optional<StyleSheetId> styleSheetId, StyleSheetOrigin origin, CSSStyle style, Boolean active) CSSPropertyRule(Optional<StyleSheetId> styleSheetId, StyleSheetOrigin origin, Value propertyName, CSSStyle style) CSSRule(Optional<StyleSheetId> styleSheetId, SelectorList selectorList, Optional<List<String>> nestingSelectors, StyleSheetOrigin origin, CSSStyle style, Optional<List<CSSMedia>> media, Optional<List<CSSContainerQuery>> containerQueries, Optional<List<CSSSupports>> supports, Optional<List<CSSLayer>> layers, Optional<List<CSSScope>> scopes, Optional<List<CSSRuleType>> ruleTypes, Optional<List<CSSStartingStyle>> startingStyles) CSSTryRule(Optional<StyleSheetId> styleSheetId, StyleSheetOrigin origin, CSSStyle style) Constructor parameters in org.openqa.selenium.devtools.v141.css.model with type arguments of type CSSStyleModifierConstructorDescriptionInheritedStyleEntry(Optional<CSSStyle> inlineStyle, List<RuleMatch> matchedCSSRules)