[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [CSSComputedStyleProperty](./puppeteer.protocol.css.csscomputedstyleproperty.md) ## Protocol.CSS.CSSComputedStyleProperty interface Signature: ```typescript export interface CSSComputedStyleProperty ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [name](./puppeteer.protocol.css.csscomputedstyleproperty.name.md) | string | Computed style property name. | | [value](./puppeteer.protocol.css.csscomputedstyleproperty.value.md) | string | Computed style property value. |