[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [CSSProperty](./puppeteer.protocol.css.cssproperty.md) > [text](./puppeteer.protocol.css.cssproperty.text.md) ## Protocol.CSS.CSSProperty.text property The full property text as specified in the style. Signature: ```typescript text?: string; ```