Class CSS.GetInlineStylesForNodeResponse
java.lang.Object
org.openqa.selenium.devtools.v128.css.CSS.GetInlineStylesForNodeResponse
- Enclosing class:
- CSS
-
Constructor Summary
ConstructorsConstructorDescriptionGetInlineStylesForNodeResponse
(Optional<CSSStyle> inlineStyle, Optional<CSSStyle> attributesStyle) -
Method Summary
Modifier and TypeMethodDescriptionAttribute-defined element style (e.g.Inline style for the specified DOM node.
-
Constructor Details
-
GetInlineStylesForNodeResponse
-
-
Method Details
-
getInlineStyle
Inline style for the specified DOM node. -
getAttributesStyle
Attribute-defined element style (e.g. resulting from "width=20 height=100%").
-