puppeteer/new-docs/puppeteer.protocol.css.getinlinestylesfornoderesponse.md
2020-07-13 14:01:35 +01:00

965 B

Home > puppeteer > Protocol > CSS > GetInlineStylesForNodeResponse

Protocol.CSS.GetInlineStylesForNodeResponse interface

Signature:

export interface GetInlineStylesForNodeResponse 

Properties

Property Type Description
attributesStyle CSSStyle Attribute-defined element style (e.g. resulting from "width=20 height=100%").
inlineStyle CSSStyle Inline style for the specified DOM node.