[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [Value](./puppeteer.protocol.css.value.md) ## Protocol.CSS.Value interface Data for a simple selector (these are delimited by commas in a selector list). Signature: ```typescript export interface Value ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [range](./puppeteer.protocol.css.value.range.md) | [SourceRange](./puppeteer.protocol.css.sourcerange.md) | Value range in the underlying resource (if available). | | [text](./puppeteer.protocol.css.value.text.md) | string | Value text. |