Class CSS.GetInlineStylesForNodeResponse

java.lang.Object
org.openqa.selenium.devtools.v85.css.CSS.GetInlineStylesForNodeResponse
Enclosing class:
CSS

public static class CSS.GetInlineStylesForNodeResponse extends Object
  • Constructor Details

  • Method Details

    • getInlineStyle

      public Optional<CSSStyle> getInlineStyle()
      Inline style for the specified DOM node.
    • getAttributesStyle

      public Optional<CSSStyle> getAttributesStyle()
      Attribute-defined element style (e.g. resulting from "width=20 height=100%").