Uses of Class
org.openqa.selenium.devtools.css.model.CSSStyle
-
Packages that use CSSStyle Package Description org.openqa.selenium.devtools.css org.openqa.selenium.devtools.css.model -
-
Uses of CSSStyle in org.openqa.selenium.devtools.css
Methods in org.openqa.selenium.devtools.css that return CSSStyle Modifier and Type Method Description CSSStyle
CSS.GetInlineStylesForNodeResponse. getAttributesStyle()
Attribute-defined element style (e.g.CSSStyle
CSS.GetMatchedStylesForNodeResponse. getAttributesStyle()
Attribute-defined element style (e.g.CSSStyle
CSS.GetInlineStylesForNodeResponse. getInlineStyle()
Inline style for the specified DOM node.CSSStyle
CSS.GetMatchedStylesForNodeResponse. getInlineStyle()
Inline style for the specified DOM node.Methods in org.openqa.selenium.devtools.css that return types with arguments of type CSSStyle Modifier and Type Method Description static Command<java.util.List<CSSStyle>>
CSS. setStyleTexts(java.util.List<StyleDeclarationEdit> edits)
Applies specified style edits one after another in the given order.Constructors in org.openqa.selenium.devtools.css with parameters of type CSSStyle Constructor Description GetInlineStylesForNodeResponse(CSSStyle inlineStyle, CSSStyle attributesStyle)
GetMatchedStylesForNodeResponse(CSSStyle inlineStyle, CSSStyle attributesStyle, java.util.List<RuleMatch> matchedCSSRules, java.util.List<PseudoElementMatches> pseudoElements, java.util.List<InheritedStyleEntry> inherited, java.util.List<CSSKeyframesRule> cssKeyframesRules)
-
Uses of CSSStyle in org.openqa.selenium.devtools.css.model
Methods in org.openqa.selenium.devtools.css.model that return CSSStyle Modifier and Type Method Description CSSStyle
InheritedStyleEntry. getInlineStyle()
The ancestor node's inline style, if any, in the style inheritance chain.CSSStyle
CSSKeyframeRule. getStyle()
Associated style declaration.CSSStyle
CSSRule. getStyle()
Associated style declaration.Constructors in org.openqa.selenium.devtools.css.model with parameters of type CSSStyle Constructor Description CSSKeyframeRule(StyleSheetId styleSheetId, StyleSheetOrigin origin, Value keyText, CSSStyle style)
CSSRule(StyleSheetId styleSheetId, SelectorList selectorList, StyleSheetOrigin origin, CSSStyle style, java.util.List<CSSMedia> media)
InheritedStyleEntry(CSSStyle inlineStyle, java.util.List<RuleMatch> matchedCSSRules)
-