Uses of Class
org.openqa.selenium.devtools.v129.css.model.CSSStyle
Packages that use CSSStyle
Package
Description
-
Uses of CSSStyle in org.openqa.selenium.devtools.v129.css
Methods in org.openqa.selenium.devtools.v129.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.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.v129.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) -
Uses of CSSStyle in org.openqa.selenium.devtools.v129.css.model
Methods in org.openqa.selenium.devtools.v129.css.model that return CSSStyleModifier and TypeMethodDescriptionCSSFontPaletteValuesRule.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.v129.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.Constructors in org.openqa.selenium.devtools.v129.css.model with parameters of type CSSStyleModifierConstructorDescriptionCSSFontPaletteValuesRule(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) CSSTryRule(Optional<StyleSheetId> styleSheetId, StyleSheetOrigin origin, CSSStyle style) Constructor parameters in org.openqa.selenium.devtools.v129.css.model with type arguments of type CSSStyleModifierConstructorDescriptionInheritedStyleEntry(Optional<CSSStyle> inlineStyle, List<RuleMatch> matchedCSSRules)