[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [GetComputedStyleForNodeResponse](./puppeteer.protocol.css.getcomputedstylefornoderesponse.md) > [computedStyle](./puppeteer.protocol.css.getcomputedstylefornoderesponse.computedstyle.md) ## Protocol.CSS.GetComputedStyleForNodeResponse.computedStyle property Computed style for the specified DOM node. Signature: ```typescript computedStyle: CSSComputedStyleProperty[]; ```